Viewing 15 posts - 181 through 195 (of 610 total)
That department head should be persuaded that his career would benefit from an ITIL qualification or two! At least Foundation but achieving the full Managing across the Lifecycle would keep...
April 2, 2013 at 1:34 am
Are you sure your account has the correct ssisadmin permissions on msdb on that server?
April 2, 2013 at 1:21 am
What that messy text speak above means is that you need to delete the line that sets a guid value for the schedule id and probably the comma on the...
April 2, 2013 at 1:15 am
We've rolled out our own VB.Net web app over the in-house intranet using a tree view control, the report server database, role-based security and launching reports in their own window...
March 18, 2013 at 5:29 am
Itzik Ben-Gan teaches
WHILE 1=1
BEGIN
DELETE TOP (5000) FROM table WHERE .....
IF @@ROWCOUNT < 5000 BREAK
END
and you can add a WAITFOR to delay between iterations
Adjust the 5000 to suit your table.
March 6, 2013 at 5:01 am
I'd already decided I wanted to work with computers because older cousins did and I liked what they described, but the first software I remember was on a three day...
February 22, 2013 at 5:48 am
Back in the early 1980's in the UK our DEC PDP11's had 32K of memory and you had to write your own memory management system to swap in and out...
January 21, 2013 at 4:12 am
Mine stopped working and I found that the exchange server had been changed without my knowing!
I had to rapidly edit a bunch of servers' database mail settings.
In the SQL Agent...
January 7, 2013 at 7:32 am
Try bringing in the decimal field as varchar(50) and then using a derived column transformation to convert it rather than doing everything in the flat file connection manager. You should...
January 2, 2013 at 7:59 am
We have a staff small ads system and so the favourite trick on the shop floor is to place a nonsense advert using the unlocked workstation such as Wanted -...
January 2, 2013 at 7:44 am
For us and probably many others 2013 will be the year of virtualisation, replacing existing physical servers with virtual servers that much smaller server teams can maintain.
And the usual...
January 2, 2013 at 2:13 am
It's worth using a variable to hold the path for the flat file connection and then using Expressions in the flat file connection manager properties to set the connection string...
December 12, 2012 at 1:36 am
If you are running the SSIS packages from SQL Agent, just tick the 32 bit runtime box on the Execution Options tab
I had this problem with an Access DB import...
December 5, 2012 at 1:37 am
Now to tweak the script to get rid of all those pesky 10% file growth db files:-D
December 5, 2012 at 1:32 am
I've found that sometimes as well as declaring Imports system.IO (or whichever I need), I have to actually add a reference to it. Open up the script in the editor...
November 28, 2012 at 6:27 am
Viewing 15 posts - 181 through 195 (of 610 total)