Viewing 6 posts - 1 through 7 (of 7 total)
ok.Thanks for replying. But is that safe?Is there not a risk of corrupting the database ? The database is currently about 7 Gigabytes
Also, when I run "database shrinking", either from...
June 13, 2009 at 1:30 am
hi
how do you cancel the shrinking process ? The cancel button is disabled. The only way I have found to do it is to close SQL SERVER Management Studio altogether.
June 12, 2009 at 1:01 pm
tried copy/paste to notepad n copy/paste back. same prob.
As a last resort i will retype the whole code. But it contains
2185 lines!!!!!
June 16, 2006 at 6:04 am
At line 1319, there is only the word OR. Pls see snippet below.
---------------------- Snippet below ----------
ANDc.CreateDate<=(CAST((CAST (datepart(yyyy,getdate()) AS VARCHAR) + '-' + CAST (datepart(mm,getdate()) AS VARCHAR) + '-' + '01'...
June 16, 2006 at 5:42 am
I think there is a confusion here. Allow me to clarify...
After u suggested that I replace char(13) by char(10), I tried 2 things.
1. I made a php script to replace...
June 16, 2006 at 5:23 am
Thanks for the tip.
But how can I change char(13) to char (10)? They are both linebrakes and I cannot do a find and replace.
I have also tried pasting the code...
June 16, 2006 at 2:14 am
Viewing 6 posts - 1 through 7 (of 7 total)