Viewing 15 posts - 22,006 through 22,020 (of 22,128 total)
I'm an assistant instructor on self-defense and one of the principal things taught to avoid crime is situation awareness. The main problem with having your nose stuck in a computer screen,...
April 24, 2006 at 5:25 am
Hmmm... That honestly sounds like a security problem, but its hard to know. Sorry I wasn't much help.
April 21, 2006 at 6:14 am
Why not create a SQL Agent job and then run it from sp_start_job?
April 20, 2006 at 6:28 am
2gb of memory is the trick. I found the same thing during the beta. My machine last year only had 1gb and it was crashing regularly. I wrote it off...
April 20, 2006 at 6:21 am
Being a complete & total history nut, I'd love to get paid for it, so either a school teacher, a professor, or a writer. Lots of time to spend with...
April 14, 2006 at 7:29 am
It sounds like you linked up the tasks before you defined the columns to be included. Drop the link between, then set the columns, then reattach the link. It should...
March 30, 2006 at 6:07 am
Sorry to say, I'm stumped. I tried replicating it, but I got it seemed to work. I'm just not sure what I'm missing. Sorry.
March 14, 2006 at 6:53 am
I haven't done it myself, yet, but it is possible to add a recordset as a variable and then you can pass it around as needed. Here's one article on...
March 14, 2006 at 5:45 am
I'd do it in two steps. First, do an update on records where the keys match. Then do a left join with an insert to records where the keys don't...
March 14, 2006 at 4:49 am
Oh. That's a bit different. Hmmm... Have you tried debugging it? Stopping on the step that you're running & verifying that the variables are loaded? How about adding logging to...
March 14, 2006 at 4:38 am
The way you've got it typed up above, it looks like you're trying to parse the string directly in the SQLStatement. That doesn't work. You either have to use the...
March 13, 2006 at 6:14 am
You may want to take a look at some of the options outlined here. It shows how to use parameters in the query. Of course, if you really just...
March 10, 2006 at 7:00 am
For quick info, searches on Yahoo (used to be Google). For slightly longer research times, books, postings here, blogs. For even longer term learning, books & conferences.
Microsoft actually publishes...
March 10, 2006 at 6:33 am
I'm beginning to the think the software has failed. I can't seem to post a reply to this topic properly.
The error is in how the proc is called. If you...
March 8, 2006 at 8:18 am
I found the difference. I'm calling the procedure differently. You're using the TSQL standard of '? = EXEC proc' instead of '{? = CALL proc}'
I found out why that's a...
March 8, 2006 at 6:59 am
Viewing 15 posts - 22,006 through 22,020 (of 22,128 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy