Viewing 15 posts - 721 through 735 (of 1,253 total)
There was a issue with sql 2005 but its being corrected in the subsequent service pack release.... dont remember which service pack though.
Which version are u using and what is...
June 8, 2008 at 11:55 pm
Rbarryyoung is right there.
If you have a lot of database activity that causes loggin going then it makes sense to move the log file to a separate disk. Other...
June 8, 2008 at 11:36 pm
Hi
I think you should concatenate the date and time since there can be cases where the time interval is more than one day.
check out the convert function in BOL.
June 6, 2008 at 2:40 am
Hi
you cannot "backup" some tables. what you can do is import the data of the tables you want to backup to another set of tables.
June 6, 2008 at 1:10 am
select * From test where val like '%[%]%'
June 5, 2008 at 11:39 pm
Can you make the question clear ?
June 5, 2008 at 11:35 pm
Hi
Is your query using the clustered index?
Does your query have a where clause? If it does and you partition your data according to the condition in the where clause AND...
June 5, 2008 at 3:14 am
Hi
question is rather poorly worded. I thought the question was whether running the statements repeatedly would produce different results.
June 5, 2008 at 3:06 am
Hi
I think the issue might be related to parameterization. When u use variables, those variables can have many different values each time you execute the query. So SQL makes the...
June 3, 2008 at 11:27 pm
Likely there is a trigger. But how are u inserting the row , thru SSMS, procedeure ?
June 3, 2008 at 11:21 pm
Hi
what is the error that u got. did u check the error logs for the error details ?
June 2, 2008 at 3:08 am
glad i cud help...
May 30, 2008 at 6:00 am
Thanks once again Gail. Just goes to show that regular maintenance can reduce a lot of headaches...:)
May 30, 2008 at 5:58 am
Viewing 15 posts - 721 through 735 (of 1,253 total)