Viewing 15 posts - 31 through 45 (of 203 total)
This is a very good question, thank you Dave. The key here is the index_id: if the table has a clustered index then there will be a record in the...
October 18, 2010 at 9:02 pm
Unfortunately, this perfectly valid syntax is not valid in Access where you will have to revert to something nasty like this :w00t::
delete from EXISTING
where MTR_SRL_NO...
October 13, 2010 at 6:23 pm
Your syntax is correct. The reason that it does not parse correctly is probably because you have the database in compat 80 (SQL Server 2005 with level set back to...
October 13, 2010 at 5:39 pm
Daniel Bowlin (10/13/2010)
Interesting question. I thought all Microsoft software did banker's rounding. Thanks.
It is flexible. CLR procedures in SQL Server, any .NET code can use one of the...
October 13, 2010 at 8:49 am
This is an excellent question, kinda reminded me of good ol' days when I worked with Access :-), thank you Timothy. The difference between Access and SQL Server is caused...
October 12, 2010 at 9:04 pm
This is a good basic question, but the part of explanation is totally wrong. I am referring to this:
However, the test above shows that this is applicable only to CHAR...
October 2, 2010 at 3:08 pm
honza.mf (10/1/2010)
It has only one little bug: You start new transaction allways. It is unsafe as you can nest several transactions.
I prefer in such a construct...
October 1, 2010 at 12:27 pm
Hugo Kornelis (10/1/2010)
October 1, 2010 at 10:15 am
Wow, this is so ridiculous. The referenced BOL page clearly states:
No column reference pulls data from multiple rows
The answer, however includes the opposite and still claims it as a correct...
September 29, 2010 at 10:01 pm
Percent sign means 0 or more of any characters, and underscore means exactly 1 of any characters. If you need to find the match for the value which itself should...
September 21, 2010 at 10:03 am
I did not quite understand the "you used for loop" part. I don't have any loop in the query. If your requirement to still get the crosstab including parameters...
September 20, 2010 at 9:57 am
Jeff,
So far, I can see that I use the same setup as far as the tally creation is concerned. The collation is of course the same as well. You are...
September 18, 2010 at 10:54 am
Jeff,
I am terribly sorry, but there is no way that your test reflects the picture. I ran Split8K and xml only tests and results I get are totally different. First,...
September 18, 2010 at 12:06 am
Yes, the pivot should do it assuming that your database is at compat 90. The only thing I had to change is the right outer join part, it is not...
September 17, 2010 at 11:53 am
Hugo Kornelis (9/3/2010)
You could argue that this is simply copying pages from one place to another. What is on the page is irrelevant. The internal code to...
September 3, 2010 at 9:39 am
Viewing 15 posts - 31 through 45 (of 203 total)