Viewing 15 posts - 1 through 15 (of 428 total)
Richard Warr (10/18/2013)
Alternatively, petition for the UNDROP TABLE command to be introduced in SQL Server 2016.
UNDROP is not ISO compliant. PICKUP TABLE is what you want to lobby for.
October 18, 2013 at 4:11 pm
I wrote a documentation tool called SqlSpec that supports SQL Server as well as 13 other platforms. It allows you to add an xml comment header to each proc/view/function...
March 16, 2010 at 10:11 am
should also add bcp.exe to the list.
March 9, 2010 at 12:19 am
yes I tried that, didn't work for me.
June 24, 2009 at 11:26 am
well i got this working. here's what I had to do in case anyone else has this problem:
1. enable the administrator account on the local machine
2. logout and log in...
May 12, 2009 at 11:40 pm
does anyone have a solution for this? I have the same problem and have found nothing that works so far...
🙁
May 11, 2009 at 11:12 pm
I explained it above. The problem is that the client tools (SSMS) you are using are out of sync with the server build. Most likely the client is...
February 14, 2009 at 7:23 am
could try posting here: http://sql-server-performance.com/Community/forums/30.aspx
January 29, 2009 at 12:38 am
try msdb.dbo.sp_help_job
September 6, 2008 at 10:15 pm
have a look at the classes in the System.Xml.Xsl namespace.
In particular this one: XslCompiledTransform. It has a Transform() method that will do what you want.
September 6, 2008 at 12:20 am
here's what the server guarantees regarding ordering:
http://blogs.msdn.com/sqltips/archive/2005/07/20/441053.aspx%5B/url%5D
September 6, 2008 at 12:15 am
well, ok, but I hope you don't think this will protect you from sql injection!
🙂
September 3, 2008 at 11:58 pm
duplicate post. http://www.sqlservercentral.com/Forums/Topic563534-146-1.aspx
if SQL Server hosts it, it's OLTP. if Analysis Server hosts it, it's OLAP.
September 3, 2008 at 10:03 pm
well, it looks like you got the answer you were looking for here:
http://www.sqlservercentral.com/Forums/Topic560115-324-1.aspx
you may also benefit from having a look at the triggers here:
September 3, 2008 at 8:19 am
fyi, sqlmail is deprecated in 2005 in favor of Database Mail. Database Mail does not use mapi profiles. It uses smtp.
August 31, 2008 at 10:05 pm
Viewing 15 posts - 1 through 15 (of 428 total)