Viewing 15 posts - 106 through 120 (of 218 total)
Hey everyone,
Thanks to those who poked around. It looks like this was a clerical error on Microsoft's part. SQL Server 2005 Standard x64 was simply left off of the July...
July 25, 2007 at 7:20 am
Thanks for the link!
We've heard from our CDW contact and our MS partner person that you can place an order, but they don't actually have it and can't sell it. ...
July 24, 2007 at 10:29 am
Oh, and this is either a bug, or by design. Either way, it is a known issue.
June 12, 2007 at 11:44 am
Thanks ALZDBA!
This problem was noticed after the cluster flipped to the secondary node. I was hoping not to have to flip it back until it was necessary, to avoid any...
June 12, 2007 at 11:40 am
Brewing a new batch of beer or poking around in the garden.
-Dan B
May 25, 2007 at 5:47 am
Hey Elliot,
After you create the database, you could run something similar from a query window in that database's context.
exec
sp_revokedbaccess 'Able'
go
March 9, 2007 at 2:07 pm
Hello,
These both work fine for me in 2005 standard. Looks like a handy proc.
Make sure you check "Enable OLE Automation" in SQL Server Surface Area Configuration for Features.
Also, make sure...
March 9, 2007 at 1:19 pm
If the jobs were created by Enterprise Manager, the description field in sysjobs should show the DTS package name in the following format: "Execute package: <PackageName>"
select * from msdb.dbo.sysjobs
OR, you could...
March 9, 2007 at 11:15 am
Have you considered running profiler to capture an activity trace for 15 minutes or so to see if there is activity that corrolates with the slowdown?
-Dan B
March 9, 2007 at 11:00 am
Thanks for the reply! Here is what I saw in a trace. Seems to be the same for Mgmt Studio regardless of connecting to a 2000 or 2005 server.
Note the...
October 17, 2006 at 3:18 pm
Thanks for the link. A year and a half seems pretty short... but then I still have SQL 7 running!
October 17, 2006 at 3:07 pm
Actually, not sure if that makes any sense as long as you are connecting to the virtual name...
October 17, 2006 at 2:53 pm
Are you on the active node?
October 17, 2006 at 2:44 pm
Thanks Linda. That option is located under the Components to Install dialog - click the button marked "Advanced". Expand Database Services, select Data Files and click Browse to change the installation path. ...
October 12, 2006 at 10:16 am
Viewing 15 posts - 106 through 120 (of 218 total)