Viewing 15 posts - 661 through 675 (of 854 total)
I need to select the field not hard coded data, how do I do that?
Thank you
April 21, 2009 at 9:38 am
How can I check if the script ran, if the db got smaller or what else got better? Thank you
April 20, 2009 at 9:32 am
This code is not working:AND @@spid(error on this), but that is ok I understand.Thank you
SELECT spid
FROM Master.dbo.sysprocesses
WHERE DBID NOT IN (1,2,3,4) -- Master, Tempdb, Model, MSDB
AND spid > 50
AND...
April 20, 2009 at 9:12 am
I have a light profiler running and all results go to the master db saved to the table. Is it safe to keep results at master db? also if the...
April 20, 2009 at 9:01 am
Thank you
April 18, 2009 at 11:50 am
There is note under script:
Note:
Use the CatalogCleanup.vbs script when your Commerce site is not running to prevent performance impact and to make sure that all temporary tables are deleted....
April 18, 2009 at 6:17 am
So, I don't need to delete temp tables?
April 17, 2009 at 11:32 am
Yes, I have all the permissions,but I am looking for the full script how to do this job, can you please provide it to me.Thank you
April 17, 2009 at 11:09 am
Yes, but I need to set up the job to run script:put db off line run script, put db back on line. I want to know if anyone familiar with...
April 17, 2009 at 8:48 am
Thank you, I get sort warning error under event class, what is this mean and how can I see where it is coming from
April 16, 2009 at 9:12 am
I want to set up sql profile, and I need your advise what are the negative sides you know
April 16, 2009 at 8:43 am
Thank you,but I am not login in, I am trying to see why I have this in SQL Logs, Our application is using websised and I am getting this error...
April 15, 2009 at 1:24 pm
How can I check context the service runs under
April 15, 2009 at 5:36 am
Viewing 15 posts - 661 through 675 (of 854 total)