Viewing 15 posts - 1 through 15 (of 49 total)
Great thanks :hehe:
February 2, 2011 at 10:02 am
Answered found in another forum...thanks Brian.
***************************************************
Microsoft has created a new Knowledge Base article which covers transferring logins for SQL Server 2005. It includes an updated version of sp_help_revlogin:
How to transfer...
March 20, 2007 at 12:53 pm
Yes, I do generate the code and then cut & paste into another window to execute...
The sql code using the REPLACE statement worked for what I need to do...
Thanks a...
November 7, 2006 at 6:43 am
YOU ARE SOOOO RIGHT!!! I was running via GRID, when switched to TEXT - it display as expected...
Thank you very much...Michelle
November 6, 2006 at 12:51 pm
Thanks, however this puts the 'GO' on the SAME line as the sql statement...I want the 'GO' to be placed on a line by itself...
Instead of this:
exec my_proc 'Northwind','No' ...
November 6, 2006 at 11:43 am
Thank you all...I used the SED command and it all worked out fine...I would love to use it during my sql generation but I'm not sure where it would go:
SELECT...
November 6, 2006 at 10:41 am
Thank you very much...
Regards...Michelle
November 2, 2006 at 7:42 am
That makes sense...thanks...
I found the system table map here:
http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx
Regards,
Michelle
November 2, 2006 at 7:40 am
Sysobjects - sysindexes joins on 'id'...which join should I use to include sysdatabases?
I still have not been able to get the correct results..I need the follow:
Dbname, Tblname, rowcnt
November 1, 2006 at 9:40 pm
what I mean is, i am getting back the SAME TABLES list for each database but these tables are not actually in the database. how do i make the...
October 13, 2006 at 4:33 pm
Sorry, your message is posted in the SQL 2005 forum so I ASSUMED you were on that version ...
This may be helpful...
Where does SQL...
September 6, 2006 at 12:23 pm
The Microsoft® Windows Vista™ Community Technology Preview (CTP) released today is the fourth in a series of early Windows Vista builds being released to an extensive technical community. The CTP...
September 6, 2006 at 9:13 am
September 6, 2006 at 9:05 am
Try this...
A. Changing the compatibility level to SQL Server 7.0
The following example changes the compatibility level of the AdventureWorks database to 70.
EXEC sp_dbcmptlevel AdventureWorks, 70
GO
***********
60 = SQL Server 6.0
65 =...
September 6, 2006 at 8:54 am
Viewing 15 posts - 1 through 15 (of 49 total)