Viewing 15 posts - 1,051 through 1,065 (of 7,168 total)
Follow the first link I posted earlier and follow Data Flow Properties Reference to see some links showing how to read the properties of various Data Flow Components.
May 27, 2013 at 7:27 am
I would start by setting up a counter log for some of the perfmon counters associated with SSRS as well as some general OS counters like CPU and memory.
May 25, 2013 at 8:34 am
1. PowerShell Database Backup Script[/url]
2. SFTP in PowerShell note: haven't used it but is based on a well known C# library wrapped as a native PowerShell snap-in so I would...
May 25, 2013 at 8:01 am
I do not have it in front of me to check but if you go to options in your SQL Compare project you should be able to exclude the checking...
May 24, 2013 at 8:29 pm
You'll need a client. SQL Server Management Studio (SSMS) is the overwhelming choice since it is produced by Microsoft so supports the latest features and is free. you can get...
May 24, 2013 at 8:27 pm
DavidMcAfee (5/22/2013)
I guess this answers my question :/http://stackoverflow.com/questions/10985596/full-text-search-on-sql-azure
no, full text search is something completely different.
the problem is likely that you are still referring to the old sql 2000 system...
May 24, 2013 at 8:03 pm
I'm curious why you would want to include a backslash in a user WITHOUT LOGIN. Seems to me you're asking for trouble on multiple levels by doing it that way.
Anyway,...
May 24, 2013 at 7:43 pm
Chances are good that a suitable set-based approach exists, however in order to help we will need a few things:
1. Sample DDL in the form of CREATE TABLE statements
2. Sample...
May 24, 2013 at 7:17 pm
Here are some code samples to help you get started.
http://www.sqlis.com/sqlis/post/Exploring-packages-in-code.aspx
May 24, 2013 at 6:54 am
As far as I know there is only a theoretical limit on all of those things. The usefulness will likely be limited by the quality of the hardware where you're...
May 24, 2013 at 4:59 am
No problem Ed. Happy to share. I am confident there are millions of calls made to the MS proc every day but it has some issues that should give pause....
May 24, 2013 at 4:48 am
I am sorry that you are not a strong programmer but if you want to do this dynamically it will require a level beyond basic skills so you can implement...
May 24, 2013 at 4:33 am
It should only require a small amount of code to do that using the SSIS Object Model:
May 24, 2013 at 4:26 am
Viewing 15 posts - 1,051 through 1,065 (of 7,168 total)