Viewing 15 posts - 2,536 through 2,550 (of 7,168 total)
The PowerShell step type runs commands in a mini-shell called sqlps.exe which is not the same as what you get when you open a PowerShell prompt using powershell.exe so results...
January 3, 2013 at 2:37 pm
james marriot (1/2/2013)
I altered database
Set Allow_Snapshot_Isolation ON, but even...
January 3, 2013 at 2:21 pm
You may need a Data Conversion Transformation your Data Flow in between your MySQL ADO.NET Source and your SQL Server OLE DB Destination.
January 3, 2013 at 2:03 pm
timscronin (1/3/2013)
January 3, 2013 at 1:48 pm
$9K/server + $209/user allows for the lesser of 4 sockets or 16 cores & 64GB of RAM for BI Edition. That could be viewed as a bargain when compared to...
January 3, 2013 at 1:27 pm
Please post the table definitions including all indexes and constraints.
January 3, 2013 at 11:28 am
The clustered indexes you chose for ClientOrder and ClientLine are not ever-increasing so you will incur page splits as clients add orders to existing pages, which is not going to...
January 3, 2013 at 10:49 am
Sqlism (1/3/2013)
I created a named instance, I am a DBA , i can connect to named instance using SERVERNAME\INSTANCE name, but none of the developers are able to connect...
January 3, 2013 at 10:43 am
I've seen differing opinions from MVPs about the best way to submit BOL feedback. One said Community notes, one said Connect.
January 3, 2013 at 9:16 am
SQLRNNR (1/3/2013)
JAZZ Master (1/3/2013)
SGT_squeequal (1/2/2013)
crookj (1/2/2013)
Daniel Bowlin (1/2/2013)
"Back to work (click), back to work (click). Everybody ( click) work, work, work, work (click), work, work...
January 3, 2013 at 9:14 am
Referring to the link Anthony provided, at minimum I would recommend applying this security update:
* 9.00.50572005.90.5057.02494120 MS11-049: Description of the security update for SQL Server 2005 Service Pack 4...
January 3, 2013 at 8:22 am
Thanks, Lowell. SQLCLR is a powerful tool, to be sure. You know where I stand on the topic already but I am curious now, can the assembly you created be...
January 3, 2013 at 8:14 am
You continue to amaze. Thanks for the info, Gail!
As an aside, I added a Community note to the 2008, 2008 R2 and 2012 Books Online pages. Hopefully that's the correct...
January 3, 2013 at 8:13 am
mbvnaveen5 (1/3/2013)
January 3, 2013 at 7:59 am
Some scenarios where enabling remote DAC might be plausible:
- you are in a shop where the DBAs do not have Remote Desktop access to the server hosting SQL Server (rare...
January 2, 2013 at 1:57 pm
Viewing 15 posts - 2,536 through 2,550 (of 7,168 total)