Viewing 15 posts - 3,811 through 3,825 (of 7,166 total)
My ideal situation is to have a separate server for running Integration Services and other non-database-engine apps, e.g. PowerShell scripts and .NET console apps. The config lets me know the...
June 12, 2012 at 1:53 pm
GilaMonster (6/12/2012)
3. Deletes don't cause fragmentation.
I thought that deletes were a major cause of internal fragmentation, though not necessarily external fragmentation.
June 12, 2012 at 1:33 pm
I'll second that comment. If you have to use SQL 2008R2 as a crutch, so be it, but it is clear the way Microsoft has shifted in terms of the...
June 12, 2012 at 7:18 am
DBA_SQL (6/11/2012)
Is there anyway where we can insert the data directly onto second column by ignoring first column.
I have a csv file, which had...
June 11, 2012 at 9:28 pm
It can be done on 2005 but I have no idea if it is a good idea since I have never tried it.
June 11, 2012 at 9:14 pm
Kindly post findings or resolutions here so the community can benefit.
June 11, 2012 at 9:03 pm
When you did your teat where only "rpc out" was enabled were you using SQL authentication or Windows to auth to the remote server?
June 9, 2012 at 10:52 pm
ejosephss (6/7/2012)
how can i achieve this setup? can anyone please help me?
i need to do the setup on the right image.
Thanks!
Peer to Peer replication should handle your replication needs....
June 9, 2012 at 7:07 pm
ANSI-89 style joins are supported in 80 compat mode, which is not an option in SQL 2012.
June 9, 2012 at 6:53 pm
If you want to play, and will not need to have databases larger than 10GB, then SQL Express may serve you well. It's free and includes Management Studio:
June 9, 2012 at 6:29 pm
Here is another article for your reference that helps explains why bulk logged is not reducing the size of your tlog backups:
Using Bulk Logged recovery model for Bulk Operations will...
June 9, 2012 at 6:21 pm
From your later posts it sounds like you're supporting another group remotely. If that is the case, or code changes are not an option to add logging, then might I...
June 8, 2012 at 12:19 pm
If a deadlock were occurring I would expect the SSIS package to fail if it were chosen as the victim, or proceed if it survives the choice. How long does...
June 8, 2012 at 10:47 am
Viewing 15 posts - 3,811 through 3,825 (of 7,166 total)