Viewing 15 posts - 211 through 225 (of 321 total)
Check you data. Might be having default date.
Omit the same if you do not want that default date in where condition.
September 19, 2008 at 5:15 am
What is the error your are getting while installing the sql server?
September 19, 2008 at 5:13 am
Check the following link
September 19, 2008 at 12:58 am
Check your tables index and index defragmentaion. If your fragmentation level 90% to 95% it will definately improve the performence.
September 19, 2008 at 12:55 am
Check the following link
https://forums.microsoft.com/msdn/ShowPost.aspx?PostID=302589&SiteID=1
September 19, 2008 at 12:29 am
SET QUOTED_IDENTIFIER { ON | OFF }
When SET QUOTED_IDENTIFIER is OFF, literal strings in expressions can be delimited by single or double quotation marks. If a literal string is delimited...
September 19, 2008 at 12:15 am
If your recovery mode is full/bulk logged the
Before deleting record set database to simple mode
And after deletion is over
set database to full/bulk logged.
September 18, 2008 at 6:40 am
What is that your doing in TSQL Steps? Can you able to return any return global variable from that TSQL?
September 18, 2008 at 6:33 am
If you switch from the full recovery model to the simple recovery model you break the backup log chain. Therefore, strongly recommend that you back up the log immediately before...
September 17, 2008 at 12:32 am
DBCC CHECKDB checks the linkages and sizes of text, ntext, and image pages for each table, and the allocation of all the pages in the database.
For each table in the...
September 17, 2008 at 12:19 am
Check the following link
http://msdn.microsoft.com/en-us/library/ms190673(SQL.90).aspx
September 17, 2008 at 12:07 am
Check the following link may be useful to u
http://doc.ddart.net/mssql/sql2000/html/architec/8_ar_cs_9mhx.htm
September 17, 2008 at 12:01 am
Use the conversion functions, CAST and CONVERT, to convert expressions of one data type to another data type when these conversions are not performed automatically by Microsoft® SQL Server™ 2000....
April 21, 2008 at 9:38 am
Viewing 15 posts - 211 through 225 (of 321 total)