Viewing 15 posts - 2,731 through 2,745 (of 6,679 total)
IT researcher (4/29/2013)
April 29, 2013 at 12:20 pm
Steve JP (4/27/2013)
April 29, 2013 at 12:15 pm
Let's not forget that installing SSIS on its own server requires purchasing separate licenses for SQL Server on that server. If you are running SSIS on an ETL server...
April 25, 2013 at 1:03 pm
The drives will not be available to SQL Server until you make the SQL Server resource dependent on those new drives. They can still be accessed using UNC path...
April 23, 2013 at 12:45 pm
No need for a custom install...
That is a standard report provided within SSMS...right-click your database, select Reports, Standard Reports and the Disk Usage by Top Tables report.
April 22, 2013 at 1:57 pm
GilaMonster (4/21/2013)
Let's see... what happens when we have a 6-hour full backup duration and a 15 minute data loss SLA and log backups don't run during that full backup?
Worse...what happens...
April 22, 2013 at 1:54 pm
If you have ever created a .bat file to run BCP commands - then Powershell is probably something to look into. It is a command line utility that gives...
April 18, 2013 at 4:17 pm
But...what if truncate doesn't actually remove everything that was there before? Don't we have to be sure we delete it before we insert? :w00t:
April 18, 2013 at 4:02 pm
John Mitchell-245523 (4/17/2013)
April 17, 2013 at 12:01 pm
When you setup a linked server - you also have to define the security context for each connection using the linked server. It sounds to me like you have...
April 16, 2013 at 12:55 pm
Michael Valentine Jones (4/2/2013)
To answer your question, we setup new...
April 4, 2013 at 11:36 am
From the 2008 R2 Requirements:
Note
Installing .NET Framework 2.0 SP2: .NET Framework 2.0 SP2 is not available as a separate download. You will need to install .NET Framework 3.5 SP1 which...
April 2, 2013 at 12:02 pm
amy26 (4/2/2013)
GilaMonster (4/2/2013)
amy26 (4/2/2013)
I'm really bummed about this cause now I can't use some of the new features of SQL 2008 :angry:
Why not?
Comparability level doesn't disable new features, it just...
April 2, 2013 at 11:38 am
Going back to the original point...I don't think optimizing the view is going to help a whole lot here.
The OP is querying this view using a like statement that forces...
March 28, 2013 at 1:23 pm
I am not going to review what you are doing wrong - because the whole idea is wrong.
You do not want to setup a process to shrink log files on...
March 28, 2013 at 12:54 pm
Viewing 15 posts - 2,731 through 2,745 (of 6,679 total)