Viewing 13 posts - 1 through 13 (of 13 total)
Another very good reference of the differences between temp tables and table variables is at:
Knowing which to use will depend upon knowing the differences between each.
July 21, 2012 at 8:15 pm
A good place to start is at:
and also
http://www.simple-talk.com/sql/t-sql-programming/xml-jumpstart-workbench/
June 16, 2012 at 11:46 pm
anthony.green (4/24/2012)
your right, it wont speed anything up but if you backup twice the first backup is worthless as you cant apply any tx logs to it after you...
April 27, 2012 at 9:05 pm
Following an upgrade from SQL Server 2000 you also need to run
DBCC UPDATEUSAGE on all upgraded databases.
For reference look at Best Practices on:
http://technet.microsoft.com/en-us/library/ms188414(v=sql.105).aspx
This may not be related directly...
April 24, 2012 at 6:47 pm
If all you are doing is Physically moving the Server but retaining the Same FQDN and IP address then this will work.
The possible issues are
(a) Enough space on log...
March 22, 2012 at 6:45 am
Hi _UB
In order to get information on total memory used then there are two sources of information
(a) DBCC MEMORYSTATUS (see http://support.microsoft.com/kb/271624)
November 23, 2011 at 5:22 am
Have a look at the following article from Jonathan Kehayias
http://www.sqlservercentral.com/articles/Security/68873/
This sets out the possible methods for using sp_send_dbmail
November 6, 2011 at 5:00 am
Hi Vamsy
If you need to understand/set up clustering then some of the best places to start are:
Allan Hirt's Website - http://www.sqlha.com
Allan Hirt's Book - Pro SQL Server...
May 31, 2011 at 6:38 am
Hi PhilipC
You set Max Memory based around leaving sufficient Memory for OS (eg if OS needs 8gb then set MaxMemory = 56GB)
You then set MinMemory to allow for case...
May 30, 2011 at 6:34 am
If the intention is to reduce or remove the use of extended stored procedures then replacing the xp_cmdshell with xp_DirTree is not really gaining much. However the xp_DirTree will have...
January 6, 2009 at 3:16 am
If you are on SQL Server 2005/2008 then you can consider using SQL CLR procedures to replace the XP_Cmdshell functionality.
The book "Professional SQL Server 2005 CLR Programming" has...
January 5, 2009 at 6:13 pm
The Security buletin MS08-040 adds a number of additional builds
For SQL Server 2000 we have build 8.00.2050
for SQL Server 2005 we have build 9.00.3233
See http://www.microsoft.com/technet/security/bulletin/ms08-040.mspx
Regards
Patrick Flynn
July 17, 2008 at 7:42 am
I had already paid this year before the discount code came out so that was of no use :).
However I would be happy to pay via Paypal, if only as...
May 16, 2008 at 12:32 am
Viewing 13 posts - 1 through 13 (of 13 total)