Viewing 15 posts - 22,741 through 22,755 (of 39,824 total)
I think I'd agree with Lynn. most people I talk to at conferences don't see problems with getting articles that are controversial, or might not apply in many cases. They...
August 13, 2009 at 10:35 am
Thanks for the note. We try to fix these when we find them.
You can also use the "Report" button to let us know there's a formatting issue.
August 13, 2009 at 10:32 am
Me too! I think I'm one of those "less than great" ones.
August 13, 2009 at 10:25 am
I shall let that one slide because it's Tolerance Thursday :hehe:
August 13, 2009 at 10:05 am
The point is that the row number is relative to how the data is returned. There is no absolute row number.
I'm not saying you don't know anything, but rather that...
August 13, 2009 at 9:49 am
That's Ok, thanks for the note.
August 13, 2009 at 9:33 am
You can write a script that will do a waitfor, or even run a command in between updates
update a
set x = y
where month = 1
-- check errors
go
waitfor ()
go
update...
August 13, 2009 at 9:32 am
You haven't really given enough information. What's the server for? How is it used? Load?
Or are you saying how to get SQL Server onto a server? It's a simple install.
August 13, 2009 at 9:29 am
Try the default trace, but I'm not sure if will be there.
August 13, 2009 at 8:49 am
No, it shouldn't delete this stuff. The reason is that you might drop a database (there is no DELETE) because of an issue and then restore it. The information in...
August 13, 2009 at 8:48 am
If you want to learn about ROW_NUMBER(), read the documentation in BOL. No sens in having someone explain it to you if you haven't tried.
ROW_NUMBER works for a result set....
August 13, 2009 at 8:47 am
Keep it simple.
Gather the spreadsheets up, build a database with the names of products and subproducts (2 tables). Ask someone to count the number of products and subproduct.
Time them. My...
August 13, 2009 at 8:44 am
By default the express edition of SQL Server, you have a named instance. I believe it's SQLEXPRESS, which means the name is [machine name]\SQLEXPRESS and you will need to use...
August 13, 2009 at 8:43 am
I'm not big on Wikis either, and I'm concerned about ending up settling battles between people that argue back and forth on a topic.
Wiki sounds good until people start to...
August 13, 2009 at 7:56 am
Viewing 15 posts - 22,741 through 22,755 (of 39,824 total)