Viewing 15 posts - 31 through 45 (of 226 total)
Andy Leonard (6/23/2009)
June 23, 2009 at 8:02 am
It's on x64 but I'm calling it with DTExec to get around that:
"C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.exe" /FILE "D:\SSISShare\package.dtsx" /CHECKPOINTING OFF /REPORTING V
June 23, 2009 at 7:55 am
Here's something else to add to the argument:
Configure SQL Server memory for best practices.
Sounds easy, right? Go into SQL Server Management Studio, right-click on the server name and click Properties,...
June 12, 2009 at 9:15 am
Steve Jones - Editor (6/11/2009)
June 11, 2009 at 9:47 am
It's actually not failing on any step when run straight out of BIDS on that development server.
We are running it though the agent as file system. Does the MsDtsServer issue...
June 11, 2009 at 8:38 am
I have been toying with using this sort of thing in our environment. One problem I ran into was the using the stored procs to update the table and figuring...
June 9, 2009 at 12:34 pm
Really good article. I'm going to adapt my current configuration table to use a trigger similar to yours since I hadn't thought of that.
June 3, 2009 at 6:59 am
I finally figured it out. Data Conversion and 2 Derived Columns later and I'm good.
May 22, 2009 at 1:10 pm
It's an OLE DB Source on a table. On the Data Flow Path Editor it's DT_STR.
May 21, 2009 at 11:26 am
running the query locally on the server.
tried with -q, -v, and without anything.
If I got some type of error that might help me know where to look but I've got...
May 13, 2009 at 12:33 pm
ok, so lets assume we are dealing with domain\login as the account in question. It runs both the engine and agent.
Under the OS, you have a group called Administrators. Within...
May 13, 2009 at 12:03 pm
I normally do this sort of thing without a cursor while still using a loop but I don't have time to play with it right now.
Since you mentioned being...
May 12, 2009 at 8:28 am
I think you should submit an article(or series) as well.
May 11, 2009 at 7:05 am
If you do a SELECT * FROM information_schema.tables you'll see that there's a column there called TABLE_SCHEMA. That's where you'll find your dbo. I'm assuming you are wanting to handle...
May 9, 2009 at 9:15 am
Viewing 15 posts - 31 through 45 (of 226 total)