Viewing 15 posts - 45,541 through 45,555 (of 49,571 total)
Neither. Do a 2 column join
select t.ItemNo, t.BatchNo, a.qty, b.qty, c.qty from
(select ItemNo, BatchNo from TableA union select ItemNo, BatchNo from TableB union select...
July 22, 2008 at 10:52 am
dcorbitt (7/22/2008)
Another option would be a cursor with a...
July 22, 2008 at 9:30 am
Please ask your dba if it is acceptable for the stored proc to impersonate a sysadmin login.
July 22, 2008 at 9:13 am
.dat?
That's not a standard SQL file exention. Is it a backup? How did you ceate the .dat file?
Also, what have you tried and what have the results been?
July 22, 2008 at 6:42 am
Not sure about SQL 2000. Enterprise edition won't, standard edition won't. Personal edition should.
SQL 2005, only Developer and Express will install on XP Home and you need to be on...
July 22, 2008 at 6:30 am
Grant Fritchey (7/22/2008)
July 22, 2008 at 6:25 am
Please give more info about what you're trying and what permission level various users have.
Is the owner of that proc a sysadmn? If not, that particular execute as is useless....
July 22, 2008 at 6:08 am
sharon.bender (7/22/2008)
Since the users refresh manually via a button in our app in order to ensure they are looking at fresh data , it's no problem showing them a snapshot.
Be...
July 22, 2008 at 6:06 am
No. The max number of tables in a query n SQL 2005 is 256.
My I suggest you break the query down, create temp tables to store interim results then join...
July 22, 2008 at 12:56 am
What's wrong with the one Jack gave you in the other thead?
Please reply there. Multiple threads just waste people's time.
July 22, 2008 at 12:54 am
Sandy (7/22/2008)
July 22, 2008 at 12:47 am
No need to ask this again. There are already a number of answers to your older post.
Duplicate thread. No replies to this please. Direct replies to the older thread at:
July 22, 2008 at 12:43 am
rames.net (7/21/2008)
reply with more than 2 diff answers?
Why?
July 22, 2008 at 12:40 am
Hae you consided backing up to disk then copying the backup file across the network?
July 22, 2008 at 12:36 am
Viewing 15 posts - 45,541 through 45,555 (of 49,571 total)