Viewing 15 posts - 2,956 through 2,970 (of 3,221 total)
In SQL 2000 BOL
Many of your administrative activities in Microsoft® SQL Server™ 2000 are performed through a special kind of procedure known as a system stored procedure. System stored procedures...
July 31, 2008 at 11:10 am
DISREGARD THIS RANTING
Correct answer: select top 1000 col1 from bigtable, select top 10 percent col1 from bigtable
I too selected a single answer not multiple answers
KevRiley -...
July 30, 2008 at 10:12 am
DISREGARD THIS RANTING
Correct answer: select top 1000 col1 from bigtable, select top 10 percent col1 from bigtable
I too selected a single answer not multiple answers
KevRiley -...
July 30, 2008 at 9:04 am
DISREGARD THIS RANTING
Correct answer: select top 1000 col1 from bigtable, select top 10 percent col1 from bigtable
I too selected a single answer not multiple answers
KevRiley -...
July 30, 2008 at 8:20 am
It was said once by Jack
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get...
July 29, 2008 at 4:34 pm
You say SQL Server.... which revision SQL 2000 or 2005 or 2008?
Do you have a copy of the database which is not on a production server, do you have either...
July 29, 2008 at 4:20 pm
Looks like you are missing a semi-colon after MSDASQL
insert into openrowset ('MSDASQL',
Try this
insert into openrowset ('MSDASQL;', .........
and another point to check has the OLE DB...
July 29, 2008 at 4:10 pm
Just a thought to kindle your creativity. In your code
Right trim the VARCHAR data returned
append a CHAR(10) -for a line feed
and a CHAR(13) - for a carriage return
July 28, 2008 at 4:56 pm
Had a 6 month assignment that required me to leave my home at 5:30 AM to travel (driving) 21 miles to Newark NJ airport - time 30 minutes. Board...
July 28, 2008 at 4:47 pm
I have got to agree with rbarryyoung:
Well, personally I wouldn't want to do it both because I would not want to profit from a lie and because lying is intrinsically...
July 27, 2008 at 12:42 pm
Refer to BOL and read and understand what is in sys.comments.
You could use
SELECT id,colid, text FROM syscomments WHERE text LIKE '%word or phrase you are search for%' ORDER BY id,...
July 26, 2008 at 1:45 pm
R. Van Laake
The Excelsheet has 30 (filled) rows; however 321 rows are imported (the bottom 290 or so filled with NULLs). Why is this?
A characteristic of Excel:
When you save...
July 26, 2008 at 5:40 am
Please follow the link in the signature box and follow the instructions so as to present a question such that it will assist people who are more than willing to...
July 25, 2008 at 7:02 pm
Might this be the source of confusion:
From the definition of: sys.dm_db_index_operational_stats
Cumulative count of leaf-level rows that are marked as deleted, but not yet removed. These rows are removed by a...
July 25, 2008 at 6:58 pm
sql_er this may explain your problem
When you save a workbook, Microsoft Office Excel stores only the part of each worksheet that contains data or formatting. Empty cells may contain formatting...
July 25, 2008 at 6:26 pm
Viewing 15 posts - 2,956 through 2,970 (of 3,221 total)