Viewing 15 posts - 16 through 30 (of 47 total)
You can try using this script at http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=1447
April 27, 2006 at 11:29 pm
Congrats for 5 successfull years of SQLServerCentral. This site is awesome and most happening SQL Server Site.
Good work guys!!
April 12, 2006 at 1:19 am
Hi Susan,
You need to update your statistics and also rebuild your indexes in this case.
April 8, 2006 at 6:29 am
Mike,
I would advice you to use SQL Server Upgrade Advisor. This can be downloaded from http://www.microsoft.com/downloads/details.aspx?familyid=6107C27A-662C-4319-AFE7-B52D1568C30A&displaylang=en
April 5, 2006 at 6:00 am
What does the HTML file contain? I suggest you to export the data in HTML file to txt file or excel file and then import into SQL Server.
February 9, 2006 at 1:13 am
Yep, its always advicable to use InformationSchema Views, but as you said your code refers to syscomments , sysobjects etc.
You can now use sys.syscomments, sys.sysobjects to make it compatable with...
February 8, 2006 at 4:32 am
Managed code is the code which is managed by CLR(Common Language Runtime). All the key functions like talking to OS, resource allocation and garbage collection is all managed by your...
January 9, 2006 at 6:15 am
Bhushan,
Did you try updating statistics of your Test DB?
January 9, 2006 at 6:08 am
Tom,
If you don't want to use DTS . Here is the approach i can think of
December 15, 2005 at 12:30 am
Vinod,
Good work :-). Its better to update the screenshots which refer to the name "DTS", as now there is nothing called DTS in SQL Server 2005, as you know its...
September 28, 2005 at 3:35 am
I found a few flaws in the generic look up table design
September 28, 2005 at 3:29 am
Yes u can created a linked server to access and use it .
Check this out:
http://www.databasejournal.com/features/mssql/article.php/3085211
http://www.informit.com/articles/article.asp?p=360063&seqNum=1
June 28, 2005 at 8:19 am
June 21, 2005 at 7:53 am
With Sql server 2005, you can write your procedures in CLR apart from TSQL. But saying that, its always recommended to write your regular DML statements in TSQL.
I have used...
June 21, 2005 at 7:50 am
Viewing 15 posts - 16 through 30 (of 47 total)