Viewing 15 posts - 1,141 through 1,155 (of 1,366 total)
First you connect to that particular database using login 'system'
ie conn system\password@DB_Name as sysdba. Then try
March 12, 2009 at 4:43 am
That depends on your query .Either you can create a composite key using two columns or a clustered index on that particular column.
If your queries mainly use that particular...
March 12, 2009 at 3:12 am
The best way to shrink log file is to take a transaction log backup
then issue checkpoint and run the dbcc shrinkfile command
March 11, 2009 at 6:32 am
Hope you are not trying to remove the primary file.
Please post the error you got .
March 11, 2009 at 6:09 am
Hope the staging and production servers both are SQL Server 2005.
Use backup and restore if you want to keep database in staging server.
March 11, 2009 at 6:05 am
Does your database have lot of transaction?
If your database needs that much log then even if you shrink the log file it will come to that value which it want...
March 11, 2009 at 6:01 am
Select the exact file name by using
select * from sysfiles.
March 11, 2009 at 5:58 am
Please go through this
http://msdn.microsoft.com/en-us/library/aa260689(SQL.80).aspx
March 11, 2009 at 12:48 am
I tried that and found the version.But i just want to know is there any other way to find the version.
I tried using a Hex editor but I am not...
March 2, 2009 at 6:05 am
Can you please explain? I tried opening in notepad but i didnt find anything..
March 2, 2009 at 5:39 am
Thanks for the reply Christopher,
The tables dont have any triggers. Is there any problem with the logic or order of execution in that query?
February 11, 2009 at 2:07 am
Viewing 15 posts - 1,141 through 1,155 (of 1,366 total)