Viewing 15 posts - 916 through 930 (of 1,292 total)
Raghavender (11/24/2009)
Try the below url:
That was the same link provided by me initially..
in the above article he mentioned about a trace flag like –c –m T3608.
Here we need to just...
November 24, 2009 at 1:48 pm
Krasavita (11/24/2009)
November 24, 2009 at 1:43 pm
The service under which SQL Server is starting has permissions to that location right??
Just to confirm, what about MssqlsSytemresource DB it's in the same directory as Master DB?
November 24, 2009 at 1:20 pm
Where did you move the Model Database to?
What is the previous and current location of Model DB. It seems SQL Server is trying to find it at the location "E:\MSSQL\MSSQL.4\MSSQL\Data"
November 24, 2009 at 1:09 pm
There seems to be no change in Code1 and Code2 except hardcoded values..
Are you making sure the Date value entered by the user (date input) is a valid date format.
Is...
November 24, 2009 at 1:01 pm
Now you know which companies use SQL Server, be proud.
November 24, 2009 at 12:54 pm
What Slick was referring is to use Import/Export Wizard...
That is the easiest and quickest method to export excel files to SQL Server table.
If the task is to be performed...
November 24, 2009 at 12:48 pm
Go to the Error Log located in MSSQL.X\MSSQL\LOG
look for the file named ErrorLog (without any extension)
See what's mentioned there and post it here if possible..
November 24, 2009 at 12:44 pm
sqluser-1118722 (11/24/2009)
homebrew01 (11/24/2009)
Make 10 stored procedures, then control & schedule through SQL.ohh ... yes, that makes good... 🙂
So you never knew Stored Procs existed 😉
November 24, 2009 at 10:42 am
Thanks for clarifying, but if there are multiple conditions and you run those files to solve that issues, running all of them at the same time will it not cause...
November 24, 2009 at 10:18 am
Pardon my ignorance, can I know why you need to run multiple .sql files from script?
November 24, 2009 at 10:01 am
shanila_minnu (11/24/2009)
November 24, 2009 at 9:19 am
Since you were never able to connect to SQL Server from VS2008, let me know what are the steps you are performing to create a new connection?
November 24, 2009 at 7:56 am
In addition to what Lynn suggested, you can run the following T-SQL Command
select * from msdb.dbo.sysdtspackages90
Edited: You may want only the name of the deployed packages, so use this
select...
November 24, 2009 at 7:42 am
SSC has never been a Braindump site...
November 24, 2009 at 7:02 am
Viewing 15 posts - 916 through 930 (of 1,292 total)