<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Database Journal Forums - Microsoft SQL Server 2005</title>
		<link>http://forums.databasejournal.com</link>
		<description>Discuss anything related to Microsoft SQL Server 2005</description>
		<language>en</language>
		<lastBuildDate>Fri, 10 Sep 2010 19:18:46 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.sqlwire.com/images/misc/rss.jpg</url>
			<title>Database Journal Forums - Microsoft SQL Server 2005</title>
			<link>http://forums.databasejournal.com</link>
		</image>
		<item>
			<title>SSRS, Sharepoint or ASP.NET</title>
			<link>http://forums.databasejournal.com/showthread.php?t=52246&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 19:40:41 GMT</pubDate>
			<description><![CDATA[I'm a administrator new to development and I need to developo an App that will basically allow a user to drill down (thru some lookup tables in a database). i.e.  

Screen 1
	[]	Ford
	[]	Chevy
	[]	Others
Screen2

	[]	Trucks
	[]	Cars
	[]	Mini Vans

Screen 3 will return a list of model vehicles base on what was selected in screen2.

Will SSRS be the perfer method or sharepoint or ASP.NET?]]></description>
			<content:encoded><![CDATA[<div>I'm a administrator new to development and I need to developo an App that will basically allow a user to drill down (thru some lookup tables in a database). i.e.  <br />
<br />
Screen 1<br />
	[]	Ford<br />
	[]	Chevy<br />
	[]	Others<br />
Screen2<br />
<br />
	[]	Trucks<br />
	[]	Cars<br />
	[]	Mini Vans<br />
<br />
Screen 3 will return a list of model vehicles base on what was selected in screen2.<br />
<br />
Will SSRS be the perfer method or sharepoint or ASP.NET?</div>

]]></content:encoded>
			<category domain="http://forums.databasejournal.com/forumdisplay.php?f=36">Microsoft SQL Server 2005</category>
			<dc:creator>kappa02</dc:creator>
			<guid isPermaLink="true">http://forums.databasejournal.com/showthread.php?t=52246</guid>
		</item>
		<item>
			<title>Sql SerVer Restore</title>
			<link>http://forums.databasejournal.com/showthread.php?t=52244&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 07:39:55 GMT</pubDate>
			<description>Hi Guys..
I am going to restore a database using .Bak File.
Is it possible to  check the database table Vs  Old BackUp tables. if find  any changes in Current db (or backUp file) i Dont Want to restore  the Db..</description>
			<content:encoded><![CDATA[<div>Hi Guys..<br />
I am going to restore a database using .Bak File.<br />
Is it possible to  check the database table Vs  Old BackUp tables. if find  any changes in Current db (or backUp file) i Dont Want to restore  the Db..</div>

]]></content:encoded>
			<category domain="http://forums.databasejournal.com/forumdisplay.php?f=36">Microsoft SQL Server 2005</category>
			<dc:creator>SaranSaki</dc:creator>
			<guid isPermaLink="true">http://forums.databasejournal.com/showthread.php?t=52244</guid>
		</item>
		<item>
			<title>DTS Excel data exceeds 65536 rows</title>
			<link>http://forums.databasejournal.com/showthread.php?t=52231&amp;goto=newpost</link>
			<pubDate>Fri, 13 Aug 2010 13:13:36 GMT</pubDate>
			<description>I have a sql 2005 table with around 135000 rows which need to be exported to a Excel file (office 2007).
Excel has limitation of 65536 rows.
Please suggest if we can split data and then export in two files or two tabs etc.

Also, if someone can suggest - we can write query 

SELECT TOP 65536* FROM tbl_Name

What to write for the remaining rows?

Thanks</description>
			<content:encoded><![CDATA[<div>I have a sql 2005 table with around 135000 rows which need to be exported to a Excel file (office 2007).<br />
Excel has limitation of 65536 rows.<br />
Please suggest if we can split data and then export in two files or two tabs etc.<br />
<br />
Also, if someone can suggest - we can write query <br />
<br />
SELECT TOP 65536* FROM tbl_Name<br />
<br />
What to write for the remaining rows?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.databasejournal.com/forumdisplay.php?f=36">Microsoft SQL Server 2005</category>
			<dc:creator>ssingh</dc:creator>
			<guid isPermaLink="true">http://forums.databasejournal.com/showthread.php?t=52231</guid>
		</item>
		<item>
			<title><![CDATA[Ad/ldap & sql 2005 (7321)]]></title>
			<link>http://forums.databasejournal.com/showthread.php?t=52230&amp;goto=newpost</link>
			<pubDate>Fri, 13 Aug 2010 11:27:22 GMT</pubDate>
			<description><![CDATA[When excuting this query below 

SELECT *
FROM OPENQUERY( ADSI, 
'SELECT Name, SN, ST
FROM ''LDAP://xxxx.local,DC=AAAAA4,''
WHERE objectCategory = ''Person'' AND
objectClass = ''user''')

I receive the error message:

 Msg 7321, Level 16, State 2, Line 1
An error occurred while preparing the query "SELECT Name, SN, ST
FROM 'LDAP://xxxx.local,DC=AAAAA4,'
WHERE objectCategory = 'Person' AND
objectClass = 'user'" for execution against OLE DB provider "ADSDSOObject" for linked server "ADSI". 


 I've tried setting "Be made with this security context" But that didn't help and the login is a Domain account on the LDAP/AD server. What is that I'm missing or doing wrong?]]></description>
			<content:encoded><![CDATA[<div>When excuting this query below <br />
<br />
SELECT *<br />
FROM OPENQUERY( ADSI, <br />
'SELECT Name, SN, ST<br />
FROM ''LDAP://xxxx.local,DC=AAAAA4,''<br />
WHERE objectCategory = ''Person'' AND<br />
objectClass = ''user''')<br />
<br />
I receive the error message:<br />
<br />
 Msg 7321, Level 16, State 2, Line 1<br />
An error occurred while preparing the query &quot;SELECT Name, SN, ST<br />
FROM 'LDAP://xxxx.local,DC=AAAAA4,'<br />
WHERE objectCategory = 'Person' AND<br />
objectClass = 'user'&quot; for execution against OLE DB provider &quot;ADSDSOObject&quot; for linked server &quot;ADSI&quot;. <br />
<br />
<br />
 I've tried setting &quot;Be made with this security context&quot; But that didn't help and the login is a Domain account on the LDAP/AD server. What is that I'm missing or doing wrong?</div>

]]></content:encoded>
			<category domain="http://forums.databasejournal.com/forumdisplay.php?f=36">Microsoft SQL Server 2005</category>
			<dc:creator>kappa02</dc:creator>
			<guid isPermaLink="true">http://forums.databasejournal.com/showthread.php?t=52230</guid>
		</item>
	</channel>
</rss>
