Viewing 15 posts - 181 through 195 (of 1,884 total)
Hi,
Yes, write all errors down or make screenshots.
Also make sure that your storage is started before you rebooting the server. We did have issues once and now the support enginners...
April 25, 2008 at 8:55 am
Could you post here any error messages?
From SQL Server log or from Event Logs - anything.
April 24, 2008 at 10:17 am
Yes, read this:
http://support.microsoft.com/kb/555128
HowTo: Backup to UNC name using Database Maintenance Wizard
You have to use UNC as \\servername\sharename
because the mapped drives exist only for the current user when he logged in....
April 23, 2008 at 11:22 am
Normal is when a Linked Server login has permissions, then you can see the tables. I can not see the tables in Management Studio when linking to Oracle or Lotus...
April 23, 2008 at 10:51 am
Cool. Do not copy to the original log name.
What are you doing with the log?
April 23, 2008 at 10:45 am
I would agree with the second opinion that if the file will grow again every night, you should leave it the same size so the resources would not be spent...
April 23, 2008 at 10:38 am
It works like this:
The web application allows users to download a file from the server to their computers. This code vary by application. Users edit files using Microsoft Office installed...
April 23, 2008 at 10:30 am
Hi Gino,
SQL Server can not start most probably because it could not find system databases.
Check the registry and modify the path to the startup parameters accordingly after making sure that...
April 23, 2008 at 9:51 am
A couple of Project Management applications that I know support this feature as letting the user to download and upload files. Users edit files themselves.
I would also advise you to...
April 23, 2008 at 9:43 am
When you truncate the log, the file stays the same size, it just does not contain much data. You have to shrink it using DBCC SHRINKFILE
http://msdn2.microsoft.com/en-us/library/ms189493.aspx
Also read this:
http://msdn2.microsoft.com/en-us/library/ms178037.aspx
Let us...
April 23, 2008 at 9:35 am
What happened with the primary command to get the state of the service? I mean, sc (service control) executable?
You can run it from Command Prompt as
sc query sqlserveragent
or you can...
April 16, 2008 at 3:02 pm
This will work too - we will parse the string with the month and put it into the temp table. This way you can receive an input from the front...
April 15, 2008 at 9:02 am
This is a GREAT idea with alises.
The reason I don't use it is that we try to make dev, test and production environment with as different names as possible including...
April 15, 2008 at 8:34 am
We need to archive data properly and let them be accessible.
My insurance deductibles were archived by the Health Insurance company (one of the biggest ones, don't want to mention the...
April 14, 2008 at 10:15 am
Viewing 15 posts - 181 through 195 (of 1,884 total)