Viewing 15 posts - 151 through 165 (of 321 total)
Check the following link
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=309672&SiteID=1
October 15, 2008 at 4:20 am
Both are different.Null is value which is unknown.
If you want to extract the null values use is null
If you want to extract blank values use = ' '
October 14, 2008 at 4:36 am
There is no system table for error log.
October 14, 2008 at 4:29 am
Check the following links
http://searchsqlserver.techtarget.com/generic/0,295582,sid87_gci1194265,00.html
October 14, 2008 at 4:21 am
dbcc inputbuffer(spid)
October 14, 2008 at 3:09 am
You send the alert mail using the job.
October 14, 2008 at 2:12 am
Check the following link
http://www.sqlservercentral.com/articles/Advanced+Querying/fourrulesfornulls/1915/
October 14, 2008 at 2:02 am
Plz check this link:
http://www.sql-server-performance.com/tips/deadlocks_p1.aspx
October 13, 2008 at 5:36 am
SELECT distinct #Tab2.Tel
FROM #Tab1 join #Tab2 on #Tab2.Tel LIKE #Tab1.Cpt + '%'
October 13, 2008 at 5:29 am
Check the following link
http://www.sqlservercentral.com/Forums/Topic212912-169-1.aspx
October 13, 2008 at 5:22 am
The sp_dbcmptlevel stored procedure affects behaviors only for the specified database, not for the entire server. sp_dbcmptlevel provides only partial backward compatibility with earlier versions of SQL Server. A database...
October 13, 2008 at 4:38 am
It is normal. No problem. Tempsize come down after defrag.
October 13, 2008 at 2:12 am
Check the following link
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=167068&SiteID=1
October 10, 2008 at 7:24 am
Viewing 15 posts - 151 through 165 (of 321 total)