Viewing 15 posts - 7,471 through 7,485 (of 7,636 total)
Well, there's not a lot that I can tell without the erro Message, however, it's an odds-on bet that you are getting data-type errors. In particular, that whatever is...
March 17, 2008 at 2:15 pm
As I recall, you can be pretty specific about which local logins get mapped to which remote users. And you can set the default to deny access unless a...
March 17, 2008 at 2:05 pm
What is the error that you are getting?
What version of VB & Visual Studio? You also might try declaring the datatype of your variables and parameters.
March 17, 2008 at 1:18 pm
Grant Fritchey (3/17/2008)
March 17, 2008 at 1:10 pm
Not disagreeing either, but what aspects would you say were the "glaring hole" parts?
March 17, 2008 at 1:03 pm
Oops, I didn't realize that we had already piled on that one. 😀
March 17, 2008 at 12:46 pm
tuseau (3/17/2008)
However, I wrote the following function...
March 17, 2008 at 12:43 pm
And the most important tip for using Linked Servers: SQL Logins are a whole lot easier to get working than NT Logins.
March 17, 2008 at 12:28 pm
Wow Ken! Did you really color those in yourself, or is there a way to cut & paste from a QA window that preserves the highlighting?
March 17, 2008 at 12:21 pm
Hey I just noticed it in my Shortcuts box! That's amazing turnaround!
Thanks...
March 17, 2008 at 11:28 am
As far as I know case functions are allowed in embedded dts queries. What is the error that you are receiving?
March 17, 2008 at 11:27 am
Well, I have to confess, I have not written a CLR UDF yet (I am hoping to write my first this week).
However, I have written a lot of SMO. ...
March 17, 2008 at 9:54 am
Where is the "Resources Section"? I don't see anything like that on the page?
March 17, 2008 at 9:18 am
You write one stored procedure that does everything that you want to do in this transaction, including the transaction itself. Then you run the stored procedure from your client...
March 17, 2008 at 7:47 am
In and of itself 95% memory utilization is not a bad thing, unless you have excessive Fault IO or you have problems with SQL's response time.
March 17, 2008 at 7:31 am
Viewing 15 posts - 7,471 through 7,485 (of 7,636 total)