Viewing 15 posts - 61 through 75 (of 122 total)
The primary purpose will be to read and write data to the database. Since the communication must take place between two separate networks, I'm curious which means to establish the...
December 6, 2006 at 2:13 pm
Ugh, my session expired after typing my post!
I do have a master proc but not until after recompiling the code. I must not have tried the #temp table since...
November 16, 2006 at 4:04 pm
Holy cow, what an abundance of help. I really appreciate them all!
I generally use #temptables, however, in this app, those tables drop off after the sproc that created them has finished executing. ...
November 16, 2006 at 2:20 pm
Thanks for following along with me on this. I really appreciate it!
I can verify that it is datetime. Unfortunately, the execution plan does not give much to go on. I'll...
October 3, 2006 at 11:30 am
Thank you, Sergiy. I understand I must compare with same datatypes, but I am failing at doing this with my parameter. What change must I make? I've change the parameter...
October 2, 2006 at 2:14 pm
That's great, thanks so much for your post!
September 18, 2006 at 2:51 pm
Thanks for the post!
The problem is related to user capabilities with the software. That and the support is my main concern. Though this is being built for an individual,...
July 31, 2006 at 2:36 pm
All great points and I greatly appreciate it! I ended up using, "@command = @commandValue," and setting the @commandValue to include the exec and parameters together:
Set @commandValue = "EXEC DevDatabase.dbo.spProcess...
July 24, 2006 at 2:45 pm
Aah, my eyes have deceived me! Thank you.
July 24, 2006 at 10:40 am
Viewing 15 posts - 61 through 75 (of 122 total)