Viewing 15 posts - 11,926 through 11,940 (of 14,953 total)
I guess I don't understand the question. Stuff in a script is run in the order it's in the script.
If you have a batch, and then two procs, it...
September 24, 2008 at 11:21 am
The question "who guards the guards" has the potential, like any recursive algorithm, of becoming an infinite loop.
Let's say you run a full-on trace on every database, in order to...
September 24, 2008 at 9:59 am
Lynn is right about applications. Another thing to consider is not just front-end code, but procs. Are they doing string manipulations on the varchar dates, and will fail...
September 24, 2008 at 8:57 am
Don't worry about the English-language aspect of the question. By the definition being used to justify the answer on this one, neither query is equivalent to itself, since floating...
September 24, 2008 at 8:47 am
ericzbeard (9/24/2008)
September 24, 2008 at 8:41 am
There are several ways to do this, depending on your exact needs.
On the format, datetime data is stored as a pair of 4-byte integers, one for the day, one for...
September 23, 2008 at 1:38 pm
I just tested both queries in a copy of 2008 Enterprise, and the only difference in the results was the order (which, by RDBMS definition, doesn't matter).
Here's my test:
create table...
September 23, 2008 at 1:29 pm
Are you setting it to "SQL Server" or leaving it on "Other Data Source"?
Are you setting the security credentials? If so, what settings are you using?
September 23, 2008 at 7:16 am
GilaMonster (9/22/2008)
GSquared (9/22/2008)
September 23, 2008 at 6:54 am
I see a pic in your post. Is that not what you want?
(By the way, there's a forum for non-SQL or page-specific questions. No big deal, but just...
September 22, 2008 at 7:51 am
You can specify a locking method in a select statement. Books Online has the specifics on how to go about doing this.
Another approach would be to put data into...
September 22, 2008 at 7:48 am
I guess it depends on what's bugged and what version of the database you're using.
One of my usual ways to debug a UDF is to break it out into a...
September 22, 2008 at 7:45 am
Actually, the question sounds like it belongs in an interview or an exam.
September 22, 2008 at 7:40 am
Once you switch to 90, you can't switch back to 80, except by restoring from a backup taken before the switch. (Which means, of course, that you'd lose any...
September 22, 2008 at 7:39 am
Viewing 15 posts - 11,926 through 11,940 (of 14,953 total)