Viewing 15 posts - 3,901 through 3,915 (of 4,272 total)
The name of that provider sounds like the MS SQL Provider.. Are you using the Sybase provider (I know stupid question, but I gotta ask)..
CEWII
August 5, 2009 at 4:06 pm
I did all this without buying tools, the only thing we had was VSS and later TFS.
If you are doing smaller builds more often this model requires a fair amount...
August 4, 2009 at 11:55 am
GSquared (8/4/2009)
August 4, 2009 at 11:52 am
I got to tell you, your first hurdle is getting something that can read the PDF programatically and output something useful. I found a link that might be helpful:
CEWII
August 4, 2009 at 10:51 am
I think there is an option that sets a startup object, you just right click on it.. I generally right click on the package and click Execute Package..
CEWII
August 4, 2009 at 9:39 am
I have wide and diverse programming experience in a couple languages and spent a LOT of time solving challenges in SQL. I have been dealing with SQL server since,...
August 3, 2009 at 11:07 pm
Authentication mode does not matter, the rules and availability are the same.
CEWII
August 3, 2009 at 10:40 pm
SELECT columnname1, someothercolumnname, yetanothercolumnname
FROM ##Temp123
Clear?
CEWII
August 3, 2009 at 10:39 pm
After much testing and soul searching I built a methodology that provided a basis for all server classes code to work in all environments unchanged.
From SQL 2005 on we had...
August 3, 2009 at 8:21 pm
Best practices for SQL change control...
Well, I think some of the structures are easier to handle than others, especially functions, sprocs, and views.
I have typically built what I would consider...
August 3, 2009 at 8:05 pm
I would say the profiler method could certainly do all that. You could also look at DDL triggers to capture the object changes and logon triggers to capture logins..
CEWII
August 3, 2009 at 3:30 pm
I can't remember for sure but I believe you can reference either (local) or . for the local server.. I used to do it this way so I didn't...
August 3, 2009 at 3:28 pm
I hate to be a smarta$$ but access is denied to the file you are trying to access..
In all seriousness though, the user (either you or the user that SQL...
August 3, 2009 at 7:56 am
My first thought was to have you write a sproc on the linked server that you simply called instead of building a dynamic sql statement to pass to it.
But as...
August 3, 2009 at 7:52 am
Viewing 15 posts - 3,901 through 3,915 (of 4,272 total)