Viewing 15 posts - 18,826 through 18,840 (of 19,564 total)
Lynn Pettis (12/10/2009)
December 10, 2009 at 8:53 am
Jeff Moden (12/9/2009)
CirquedeSQLeil (12/9/2009)
Steve Jones - Editor (12/9/2009)
I think crystal balls work better than ouji boards. Especially when you drop them on someone's foot to emphasize a point.
Dropping only provides...
December 9, 2009 at 6:04 pm
Totally agree. I am doing the back questions to hone up a bit. There are some nitpicky things in some of the questions that make you have to...
December 9, 2009 at 5:51 pm
I agree with the previous post on this one. The default for Reporting Services 2000 was for pageheight to be in Inches and the height would have been 11...
December 9, 2009 at 3:36 pm
RBarryYoung (3/15/2008)
It is really disturbing how many wrong answers there are. It also makes me wonder how the folks with over 90% right ar doing...
December 9, 2009 at 2:50 pm
Have you considered using a maintenance plan, or an SSIS package to do this?
Both seem like viable alternatives as well (in addition to Steve's suggestion).
December 9, 2009 at 2:39 pm
try using xcopy with a command to delete
or you can do a dir to parse the filename and date info into a temp table and then do a move based...
December 9, 2009 at 1:44 pm
Lynn Pettis (12/9/2009)
with CombinedData as (
select
row_number() over (partition by ItemId order by LocationDateTime asc) as RowNum,
ItemId,
...
December 9, 2009 at 1:31 pm
Lynn Pettis (12/9/2009)
How the .... did this person get a job in IT?????
This guy has been a frequent post-er today
December 9, 2009 at 1:02 pm
Better yet, have the user start using Windows Authentication instead of SQL Auth. Then the user will be using windows credentials. If the user can't remember the password...
December 9, 2009 at 1:00 pm
Nice query, I am playing with it now and adapting to my needs. Seeing if I can take it to the level of overkill 😀
December 9, 2009 at 12:52 pm
Viewing 15 posts - 18,826 through 18,840 (of 19,564 total)