Viewing 15 posts - 1,126 through 1,140 (of 1,253 total)
Deepak
Thanks for your reply. Does that mean that i download SP2 and install it... nothing else to be done.....
"Keep Trying"
August 10, 2007 at 4:12 am
by the way have you done this...
"Keep Trying"
August 10, 2007 at 4:12 am
Hi
you will have to write a dynamic query in the procedure for this.
"Keep Trying"
August 10, 2007 at 4:02 am
faboudib
If the values in this column will frequently change then this may not be a good candidate for creating a clustered index. In general its not a very good...
"Keep Trying"
August 10, 2007 at 3:57 am
Hi
Do you have any char Foreign key columns pointing to UniqueIdentifier Primary key columns.
"Keep Trying"
August 9, 2007 at 11:22 pm
Hi
Dont know whthr this will help or not.
U can add identity columns to tables after u create the tables and import data into tehm. Identity values will be created...
"Keep Trying"
August 8, 2007 at 1:06 am
Hi
Only one table can be SET IDENTITY_INSERT "ON" in a session. See whthr you want to set identity insert for multiple tables in a session.
Or you can set...
"Keep Trying"
August 7, 2007 at 5:59 am
Hi
Did you check your installation. I think you can reinstall client tools so you will get query analyser. You can use osql utility to execute sql queries/ procedures from...
"Keep Trying"
August 7, 2007 at 5:54 am
Hi
Are you sure you have set the On Delete cascade correctly everywhere its required.
Are there any circular reference anywhere in this chain or any triggers.
"Keep Trying"
July 27, 2007 at 4:55 am
Hi
If you are taking regular log backups then your log file size should not grow to a large size. You can shrink log files only when you feel they have...
"Keep Trying"
July 27, 2007 at 4:50 am
Hi
Auto-close means that database will shut down after the last connected user has exited. U will disable this. U can do this by taking database properties\options.
This is a feature that...
"Keep Trying"
July 26, 2007 at 12:49 am
hi
if its system error messages you want you can put the error number (@@Error) in a variable and fetch the corresponding error description from sysmessages table. Then you can put...
"Keep Trying"
July 24, 2007 at 10:32 pm
looks much better now.... thanks for making the changes
"Keep Trying"
July 23, 2007 at 3:52 am
hi
looks like the page may be corrypt. you will have to run the dbcc checkdb or dbcc checktable .
"Keep Trying"
July 23, 2007 at 3:01 am
Hi
i think the sql server name (instance name)
may be 'ABC-CDEFGHI-JKL'. u must have installed default instance of sql server.
execute this and check the server name
select @@Servername
"Keep Trying"
July 23, 2007 at 2:56 am
Viewing 15 posts - 1,126 through 1,140 (of 1,253 total)