Viewing 15 posts - 1,426 through 1,440 (of 1,654 total)
Matt,
when do you get this error ? While attaching the database, then probably the path you supplied in the is not correct. Also make sure that the user executing...
August 3, 2006 at 9:45 am
Matt,
attaching a datbase doesn't change settings like read_only or Single_user, no matter if you do it through the GUI or through sp_attachDb.
Your database must be in read_only mode. What...
August 3, 2006 at 6:32 am
Agson,
I think DTexec onlu works with SSIS packages. Legacy DTS packages you can either run through DTSrun.exe (like in SQL 2000) or by creating a SSIS package which executes the...
August 1, 2006 at 7:14 am
Janet,
I don't know why there are two backups made in your case, probably some leftovers from the migration. But about what you read " MS Upgrade Technical Resource Guide that...
July 28, 2006 at 7:28 am
Michael, yes it's possible as long as you use named instances. I'm working here with a active/active cluster running 12 instances 6 on each node.
But you have to keep in...
July 25, 2006 at 7:45 am
Just wanted to give an update. The SPN actually didn't solve the issue, but helped us to find the real problem.
What happened is that we had moved this server from...
July 25, 2006 at 7:35 am
Terry,
thanks for the response. Named pipes are enabled so that's not the issue. After moving TCP up the list I get anther error, but still Login failed for user...
July 22, 2006 at 11:11 am
JP,
have a look at http://www.sqldts.com/
You will find several examples of how to use gloabl variables to set a filename at runtime.
Markus
July 20, 2006 at 8:05 am
Terry,
looking at the code of the procedure there's nothing wrong. It should execute on both environments as long as you execute it in the correct way
Exec Get_Calls_By_MLO_By_Date @DT1= '20060712',...
July 13, 2006 at 9:37 am
Anik,
are you sure that it's not loading or is it just loading in a minimized window ? I had the same issue with some windows in Management Studio. It seems...
July 12, 2006 at 3:04 am
Ryan,
are you sure that SSIS is installed and the service started ? The error seems toindicate that SSIS is not (properly) installed.
Markus
July 12, 2006 at 2:57 am
Colin
where do you have a table/view sysusermsgs. I can't find such a table on my server. And all I can find on the web about it points to Sybase.
Markus
July 11, 2006 at 1:07 am
Colin,
we tried that already, but it doesn't work on SQL 2005. We restored the old master database as Master2, but if we try "Select * FROM master2.sys.messages" we receive an...
July 10, 2006 at 9:25 am
Open Control Panel\Add Remove programs.
Select Microsoft SQL Server 2005 --> Change
Select Workstation Components
July 7, 2006 at 3:38 am
Most database specific configurations are either included with a database backup or in a backup of the master database. If you want to save really everything you should also backup...
July 7, 2006 at 12:35 am
Viewing 15 posts - 1,426 through 1,440 (of 1,654 total)