Viewing 13 posts - 1 through 14 (of 14 total)
Thanks all for the reply. I will mostly likely end up un-installing the default instance since no other application is using it at the moment.
I have one more question...
February 14, 2008 at 12:06 pm
Thanks for your reply Kenneth.
Yes, named instance is running on the same local machine and both named and default instance are running.
How can we set up to run the...
February 14, 2008 at 8:52 am
The connection string is below
connectionString="Database= ;Server=.\SQLHES;Integrated Security=SSPI;"
providerName="System.Data.SqlClient
We never have any issue when we were using default instance with the same connection string (Server =...
February 13, 2008 at 12:19 pm
%DATABASEFOLDER% is pointing the original location (C:\My Documents\Databases)
January 3, 2008 at 2:53 pm
All the application databases are residing in C:\My Documents\Databases folder. Below is how I am de-attaching one of the database: (%STRING% has a value "C:\My Documents\Databases")
SET DATABASEFOLDER=%STRING%
SET DATABASETEMP=%DATABASEFOLDER%
"C:\Program Files\Microsoft SQL...
January 3, 2008 at 12:52 pm
When we install a new instance (SQLHES), it should have all system databases available include Master right??
January 3, 2008 at 11:53 am
Below is my script:
@echo off
REM - Set the DATAABSETEMP variable to the
SET DATABASEFOLDER=C:\My Documents\TIMS\Databases
SET DATABASETEMP=%DATABASEFOLDER%
echo Restoring EZSalesOrder Database
echo Restoring EZSalesOrder Database >> ezso_db_restore_output.txt
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\osql" -E -Q -S...
October 11, 2007 at 11:02 am
Greg,
That is exactly I am trying to do. Below is my sample script:
@echo off
REM - Set the DATAABSETEMP variable to the
SET DATABASEFOLDER=C:\My Documents\TIMS\Databases
SET DATABASETEMP=%DATABASEFOLDER%
echo Restoring EZSalesOrder Database
echo Restoring EZSalesOrder...
October 11, 2007 at 11:00 am
I want to do it inside T-SQL script and then this script will run on user's machine. We have various users uses the application and every user have its own...
October 10, 2007 at 11:04 am
Thanks for your quick reply Prasad.
How can I connect to Named instance using T-SQL. Is there any parameter I will have to use inside T-SQL that will connect SQL...
October 10, 2007 at 10:36 am
Thansk for your reply Greg. Yes, Data.DAT is a SQL back up file. Acutally, I used to have only default instance but due to business requirement, I will be creating...
October 9, 2007 at 3:56 pm
Thanks guys for all your help. Your help is greatly appreciated!!!
Regards,
Syed
October 11, 2006 at 9:36 pm
Thanks Lynn for your reply. Yep, that is something happening because of the dd/mm/yyyy in UK. I tried earlier to change the variable to yyyy-mm-dd but I couldn’t do it. There...
October 10, 2006 at 1:56 pm
Viewing 13 posts - 1 through 14 (of 14 total)