Viewing 15 posts - 1,306 through 1,320 (of 1,995 total)
i often find it beneficial to start with a number of sentences describing your objects before you start designing tables and relationships - then you can check off that your...
April 27, 2012 at 9:42 am
ive had this a few times and never got a sucessfull explanation for it ...
it normally happens to me if i'm running an xp in 2000 (such as xp_cmdshell) if...
April 27, 2012 at 6:05 am
i would suggest you start using the ANSI-92 SQL syntax it makes debugging duplicates much easier
i rewrote for you....
also - is it possible you are seeing duplicates in RS because...
April 27, 2012 at 6:00 am
i just ran the following
select AVG(convert(float,id)) from sysobjects
seems to work fine for me
are you sure didn't type in
select AVERAGE(salary) from #table - that would explain the error
April 27, 2012 at 4:52 am
another perspective on this - your primary keys and foreign keys are the same - this doesn't sit well with me
my version of the students table would be (i'm assuming...
April 27, 2012 at 4:47 am
nathanr 81822 (4/26/2012)
64 bit.
in that case it all edpends on how big and how volatile your data is.
the bulk of the memory will be used for buffer cache, but...
April 26, 2012 at 9:22 am
you can always use the sp_oa proc calls to asyncronously execute stored procs
that way you don't have to use service broker
here is some sample code i provided to some of...
April 26, 2012 at 9:07 am
AIRWALKER-375999 (4/26/2012)
April 26, 2012 at 6:27 am
i think what you are trying to do is either an inner join or some kind of where clause ?
e.g.
select name from users where id='1234567890'
rather than
select case when userid='1234567890'...
April 26, 2012 at 4:41 am
all looks ok to me - mostly
here's a test for you to perform (i have a suspicion i know what the problem is)
open up management studio and open 4 query...
April 26, 2012 at 2:15 am
when looking at the original file name of the backup it is different from the original filenames of the existing backup.
i have no idea what the difference is between...
April 26, 2012 at 1:27 am
On one of the three server pairs in question, yes the hotfixes don't match (2282+2187, and I am awaiting clearance to patch)...and of the four times we have had this...
April 25, 2012 at 9:57 am
ps - it was fixed in a service pack version - but since it's sql2000 which i haven't used for 6 years i have no idea which one
April 25, 2012 at 9:52 am
Viewing 15 posts - 1,306 through 1,320 (of 1,995 total)