Viewing 15 posts - 61 through 75 (of 166 total)
Guys,
If we do not have the Microsoft Excel installed on the server where the template (created on my local machine with MS Excel installed) resides, will this approach still work?
Thanks...
July 21, 2008 at 12:01 pm
I was not clear enough. Yes, everything is totally identical. And the new server does not share anything with any other servers.
I did rebuild the index, so I...
July 8, 2008 at 3:44 pm
Matt,
I will try that.
Thank you!
June 27, 2008 at 3:02 pm
Guys,
I digged deeper and found out that there is 1 table which is causing this confusion. When I run EXEC sp_spaceused 'Audit', I get:
Name: Audit
Rows: 12228956
Reserved: 24440904 KB
Data: 3768904...
June 27, 2008 at 2:23 pm
Mani,
Thank you for the link. I heard that it is not advisable to shrink the database file. Also, shouldn't I have free space before I can shrink it?...
June 27, 2008 at 11:31 am
Adam,
Thank you for the query. I ran it and it shows that only 28MB are unused and the other 26+GB are used. So I am guessing it...
June 27, 2008 at 11:30 am
Since COLLATION is column specific, is it even possible to have a different collation per language, if the same column is used by all?
Thank you!
April 17, 2008 at 9:28 am
Thank you for the information.
So does this mean that I don't need to worry about COLLATION in general? What does that affect?
April 16, 2008 at 12:47 pm
Thanks a lot for the information!
April 14, 2008 at 8:29 am
Got it.
Thank you for the advice!
February 6, 2008 at 8:24 am
Thank you all for the suggestions.
I ran the full report today (the full report consists of about 15 of such types of queries).
It took about 1 hour to complete. ...
February 1, 2008 at 12:01 pm
The problem got solved by clearing the log as stated here: http://www.thescripts.com/forum/thread79839.html
and then deleting and re-adding the subscribers ...
December 26, 2007 at 1:50 pm
I actually found out that this can be done by using: DBCC DBREINDEX
Thanks
November 16, 2007 at 3:07 pm
The following stored procedures might come in handy:
sp_start_job
sp_stop_job
sp_disable_job
The system tables (e.g. sysjobs, sysjobschedules) should be able to tell when and if the job finished.
November 13, 2007 at 10:21 am
Is the database following the Full Recovery model and is the transaction log backed up regularly (e.g. every 15 mins)?
November 13, 2007 at 10:15 am
Viewing 15 posts - 61 through 75 (of 166 total)