Viewing 15 posts - 256 through 270 (of 349 total)
Hi,
SQL 2005 Enterprise edition is not supported in Win XP machines. You can refer the below link for supported operating systems.
Hardware and Software Requirements for Installing SQL Server 2005
November 3, 2007 at 7:54 pm
Hi SQLServerCentral,
Have you enabled Remote connections under surface area configuration??? If not use the below link
November 3, 2007 at 7:22 pm
Refer the below link
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q290058
I think this may help you.
November 3, 2007 at 10:52 am
Server Network Utility has "TCP/IP" enabled
The port for TCP/IP is set to 0 (I have another machine with SQL server and XP that has a port set to 1056)
As you...
November 3, 2007 at 10:47 am
Try the below connection string
aspnet_regsql -S \SQLEXPRESS -E -A all -d
the -S option should be as . So pls use your servername before the instance name
November 1, 2007 at 5:59 pm
Hi,
You can add the package yourself after connecting to integration services.
Connect to integration services.
Expand Stored packages
Right click on MSDB folder and click on "Import package"
Follow the onscreen option to import...
November 1, 2007 at 6:00 am
By connecting above, you can see the list of packages available and execute them.
If you need to Edit or view the package content, then you should use BIDS (click run-->...
November 1, 2007 at 4:49 am
Through which authentication mode you are connecting to the server.
If you are using windows authentication mode
1.) osql -E -Sservername
If you are using sql authentication mode
2.) 1.) osql -Sservername -Uusername -...
November 1, 2007 at 4:34 am
Hi,
While connecting to the server through SSMS, In the "server type" drop down list select Integration services and provide the necessary authentication.
Then connect to the service and you can see...
November 1, 2007 at 4:27 am
Im not sure, but storing audio files in sql server 2000 is not supported.
You can do the following
Store the audio files into a folder (eg: D:\songs)
Then store the filename and...
November 1, 2007 at 4:19 am
Hi,
Im not sure how it allocate CPU, but i can see in most of the cases like this it is utilizing from CPU 0 to CPU 3.
Yes you can assign...
November 1, 2007 at 3:43 am
Try restore using restore command.
October 31, 2007 at 7:05 pm
Refer the below link, this may help you.
October 31, 2007 at 12:44 pm
You can try out the suggestion given by Steve.
After attaching in mirror take a tlog backup of the database from principal server and restore with standby option in the...
October 31, 2007 at 12:33 pm
Yes the dbid remains same for all version
October 31, 2007 at 12:22 pm
Viewing 15 posts - 256 through 270 (of 349 total)