Viewing 15 posts - 1,111 through 1,125 (of 1,335 total)
Do you mean that you have closed the window that was restoring the database if so your restore would have got failed and the database will be seen in the...
June 18, 2007 at 4:19 am
Haven't you try anything with DTS packages?
June 18, 2007 at 2:15 am
Your agent service does not start because it tries to make a client connection within the locla machine. And you say that you are not able to coonecto to the...
June 18, 2007 at 2:08 am
Have you given the right port number for SQL Server. Check if the port number specified is also correct.
June 18, 2007 at 2:03 am
When you mean to say link to sql server txt files. Do you mean this.
Read the contents of the file from a text file and write to to SQL...
June 18, 2007 at 1:51 am
Enable shared memory through SQL Configuration Area Manager. Then you should be able to connect to the SQL Server using ODBC.
June 18, 2007 at 1:43 am
You can set affinity to a particular process in your system but you cant force the processor to attain 100% utilization.
June 18, 2007 at 1:32 am
Give the user read only access to msdb database. Also there are few procedures that is oriented with jobs for those procedure check and remove execute permissions that update/modify job...
June 18, 2007 at 12:27 am
If its SQL 2005 database you can go for data partitioning else if its 2000 my suggestion is to archive the table that has history of records keeping only the...
June 18, 2007 at 12:25 am
This looks weird. Try adding the user using TSQL and see what it says.
June 15, 2007 at 7:44 am
The profile is not properly created. Try executing the procedure and check whats the error it throwing.
June 15, 2007 at 7:04 am
Does the account under which the jobs runs have enough permissions to the folder. Also is it connecting to a remote server to access the folder. If so what account...
June 15, 2007 at 4:58 am
In 2005 you have something called as file storage type and server storage type. If the DTS is stored as file storage type the owner of the SSIS package can...
June 15, 2007 at 4:56 am
That is a SQL-DMO code. You can't directly place the code in SQL engine. You have to place the code in a vbs file and call the vbs file through...
June 15, 2007 at 4:54 am
IIS is not required unless you are planning to use reporting services.
June 15, 2007 at 4:49 am
Viewing 15 posts - 1,111 through 1,125 (of 1,335 total)