Viewing 15 posts - 16 through 30 (of 88 total)
All depends on how much data is stored and for how long. I'd imagine a bank like Bank Of America databases are probably big >TB (just a guess) compared...
August 2, 2011 at 12:00 pm
Probably already know this but... if you installing SQL Server 2008 on cluster will need to slipstream a service pack.
July 29, 2011 at 10:28 am
SSIS Transfer Logins task works well.
July 29, 2011 at 10:19 am
I agree with Gila Monster but if you really need to you can create a .bat file and then set it up as a scheduled task.
NET STOP SQLSERVERAGENT
NET STOP MSSQLSERVER
NET...
July 25, 2011 at 1:25 pm
It is a version of SQL Server i.e. Devleoper, Standard etc. See below sites for information
May 20, 2011 at 2:04 pm
Yes. You will need to apply SP4 before upgrading. If possible try and get new hardware and do a side by side upgrade.
March 10, 2011 at 9:38 am
check the firewall. Also from the client machine try a telnet test
telnet <servername> 1433
March 10, 2011 at 9:34 am
Here is good documentation on it.
February 14, 2011 at 8:16 am
Try using the Transfer login task in BIDS and be sure that "Copy Sids" is set to True. It worked great for my side by side upgrades.
February 1, 2011 at 11:14 am
Looks like you need to JOIN orders and OrderDetails. Something like this:
Select *
From Orders
JOIN Orders on OrderDetails.OrderID = Orders.OrderID
WHERE Orders.OrderStatus in ('Pending', 'Processing', 'New')
January 19, 2011 at 11:03 am
Create Active Directory Security Groups and add the users to those security groups. Then apply appropriate permissions in reporting services to those security groups.
November 9, 2010 at 1:13 pm
Is the "separate disk" on same server? Same domain? Does the owner of the backup job have permissions?
April 20, 2010 at 9:46 am
I just installed Visual Studio 2010 and it has compare functionality built in. It is pretty nice.
April 20, 2010 at 9:44 am
You could download the 14 day trial for Idera SQL Admin toolset which can get you that information quickly. I bought it for $200 and use it all the...
April 20, 2010 at 9:35 am
Here is what I do.
1. Create a Credential in SSMS under security (needs to have access to the remote server)
2. Create a Proxy in SSMS under SQL Server Agent to...
January 14, 2010 at 3:17 pm
Viewing 15 posts - 16 through 30 (of 88 total)