Viewing 15 posts - 17,341 through 17,355 (of 26,484 total)
Chad Crawford (1/20/2010)
Lynn Pettis (1/19/2010)
January 20, 2010 at 9:00 am
Two weeks ago including time, or two weeks ago starting from midnight?
For example,
Today = 2010-01-20 08:53:07.907
2 Weeks ago = 2010-01-06 08:53:07.907
or
Today...
January 20, 2010 at 8:55 am
Brnbngls (1/20/2010)
January 20, 2010 at 8:48 am
Raj The King (1/20/2010)
The original choices do not contain correct answers..Please Dont Post like this questions..yesterday also same...question is correct but answer is not in the list...! Again Today Same...!
Okay,...
January 20, 2010 at 8:06 am
jswong05 (1/20/2010)
Imagine you take a GRE special topic test that involes world wide thousands of...
January 20, 2010 at 8:05 am
I'm sure most of you complaining would have preferred to have seen this as the code:
declare @i int, @j-2 int
set @i = 1
while (@i<=5)
begin
begin try
...
January 20, 2010 at 7:54 am
nomlad (1/20/2010)
January 20, 2010 at 7:49 am
Actually, the best format to convert the date to is yyyymmdd. SQL will interpret this correctly regardless of the current language setting.
January 20, 2010 at 6:55 am
To all those who are expecting PRECISELY CORRECT ANSWERS, how about putting yourself out there and submit some questions. The answers may not have been precise, but I don't...
January 20, 2010 at 6:43 am
mzz3lh (1/20/2010)
January 20, 2010 at 6:40 am
In this case it would be better to keep the procedures separate. You may not get an efficient execution plan putting to two queries together in a single stored...
January 19, 2010 at 3:41 pm
jcrawf02 (1/19/2010)
Lynn Pettis (1/19/2010)
My reply to that would be "We are a school district, we can't even afford to spell ORACLE, let alone run it." 😛
ooh, that's not going...
January 19, 2010 at 3:36 pm
Also, give this code a try in a test environment.
update dbo.xTest set
location = xu.location
from
dbo.xTest xt
inner join dbo.xUpdate xu
...
January 19, 2010 at 3:33 pm
Could you please post the DDL (CREATE TABLE statements) for the two tables? Also, how are the tables related?
January 19, 2010 at 3:22 pm
I see two choices, neither of which I would implement without involving the vendor of the product, unless you own it.
One requires upgrading to SQL Server 2005/2008 and changing the...
January 19, 2010 at 1:30 pm
Viewing 15 posts - 17,341 through 17,355 (of 26,484 total)