Viewing 15 posts - 91 through 105 (of 326 total)
I actually got this working for the most part. Selecting from the DDL causes a postback so in the page_load event I call a sub that changes the connection string,...
September 3, 2009 at 9:13 am
Thanks. I do that very thing in another web app that uses a couple of different frames. The actual SQLDATASOURCE is in the vb code so I can manipulate that....
August 26, 2009 at 11:41 am
One thing that we do to minimize network traffic is to do all processing on the DTS server The network traffic is then reduced to pulling data from the source,...
May 13, 2009 at 8:35 am
Can the centralised server see all the servers which the packages need access to?
Yes
Is there going to be an issue with huge amounts of data travelling over the network.
The...
May 13, 2009 at 8:31 am
I found it - it is for SQL 2008, though. If anyone is interested, it is called Slipstream Setup and here is a link to a very good explanation:
April 2, 2009 at 9:10 am
I use VBS for 2000 also but you need to use SMO on 2005/8 and that is what is in the post. One of the Dot Net languages or Powershell...
March 11, 2009 at 8:28 am
Actually, if you make the effort (good or not) to create a script and post it here, someone will help with it.
February 10, 2009 at 6:01 am
The snippet is part of a much larger program that scripts out every object in a database so it would be hard to break down.
Maybe someone who is good...
February 4, 2009 at 5:42 am
you can use one of the dot net languages with SMO to script the jobs. This is a snippet from something I did in VB.Net. Please keep in mind that...
February 3, 2009 at 6:10 am
You can delete or disabled them and the perf counter process will/should stop.
January 13, 2009 at 6:16 am
Anyone else get a shiver?
All it takes is one person looking over your shoulder and you could be in real deep. I hope one of those jobs wasn't "execute...
December 17, 2008 at 9:15 am
Another method would be to use VBA in Outlook. At one point, I wrote a couple of VBA macros that examined the Subject line of mail addressed to me and...
December 17, 2008 at 6:07 am
Jack Corbett (12/11/2008)
Great article Brian. Will there be a follow-up on setting up Kerberos delegation? I could use it.
I second the motion !!!!:D
December 11, 2008 at 8:27 am
Microsoft puts out a monitoring freeware product call SQLH2. It is written in C# and the code comes with it so you can modify or add as you like. You...
December 10, 2008 at 6:38 am
Viewing 15 posts - 91 through 105 (of 326 total)