Viewing 15 posts - 1,156 through 1,170 (of 7,168 total)
Jeff Moden (5/6/2013)
opc.three (5/6/2013)
May 6, 2013 at 3:39 pm
Paul Hernández (5/3/2013)
I have a package that loads records in a CRM destination using a Web Service. This execution takes around let´s say 3 hours. I would like...
May 6, 2013 at 12:34 pm
jhager (5/6/2013)
May 6, 2013 at 11:51 am
jordanovskibojan 74807 (5/5/2013)
I have problem that I can't resolve ..
I want to make simple store procedure using .net 4.5 and I cant deploy my project ..
I have...
May 6, 2013 at 11:42 am
You may need to initialize the Subscription without a Snapshot or with special Schema Options such that the DDL is not affected on the Subscriber when initialized but other than...
May 6, 2013 at 11:40 am
Shrinking your data files is considered a bad idea unless you;re in an emergency situation. It fragments your indexes terribly and inevitably the files will likely grow to their original...
May 6, 2013 at 11:37 am
Are you rebuilding every index? Maintenance Plans do this.
Consider using a tool that inspects the fragmentation levels and only rebuilds indexes that actually need it. Here is a good...
May 6, 2013 at 11:31 am
From SQL Server 2008 R2 Diagnostic Information Queries by Glenn Berry[/url] you can grab a quick view of your highest CPU procs:
Find highest CPU use by DB:
-- Get CPU utilization...
May 6, 2013 at 11:25 am
At the Windows level I think you can intercept and prevent attempts by the sqlservr.exe process to spawn instances of cmd.exe. I am guessing this is done using WMI but...
May 6, 2013 at 11:12 am
Jeff Moden (5/5/2013)
opc.three (5/5/2013)
I think Wayne already called out that the comment was misplaced.http://www.sqlservercentral.com/Forums/FindPost1046450.aspx
I thought you were taking things in a different direction.
Yeah, but I need to call it out.
Why?...
May 5, 2013 at 6:51 pm
I think Wayne already called out that the comment was misplaced.
http://www.sqlservercentral.com/Forums/FindPost1046450.aspx
I thought you were taking things in a different direction.
May 5, 2013 at 10:37 am
...when this is so easily done without it and it works in a stored procedure or a function without having to somehow get to the command line to do it?
How...
May 4, 2013 at 9:54 pm
Are you sure you are looking for help with extracting DTS Packages (SQL 2000 technology) from SQL 2008? DTS Packages can be stored in msdb in SQL 2008 but it...
May 4, 2013 at 8:51 am
Mainly because it is native. One less dependency.
May 3, 2013 at 4:08 pm
No, but you can search for *.zip and then use Precedence Constraints within your Loop container to run different paths of code based on the actual file name.
May 3, 2013 at 1:38 pm
Viewing 15 posts - 1,156 through 1,170 (of 7,168 total)