Viewing 15 posts - 91 through 105 (of 222 total)
Good point, I hadn't considered the size limitation.
July 21, 2010 at 3:54 pm
Just a note - it is not necessarily correct that this error indicates a backup file is corrupt. There could be versioning issues here - example, try to restore...
July 21, 2010 at 1:09 pm
Hmmmm, it appears I don't have much of a point, but, if I did, it would be that it is not good practice to cast a variable unless it is...
July 19, 2010 at 1:06 am
Textfield is the field name... are we not saying the same thing? The textfield is not the same for both the variable and the temp test table. If...
July 18, 2010 at 1:22 pm
Maybe, because there is confusion over C2 audit?
Limitations
The main limitation of the auditing is that it reduces the performance of the SQL Server. This happens due to saving the every...
July 17, 2010 at 4:50 pm
Could call it a trick... in another form:
select * from(
select 'red'
union select 'red'
union select 'blue'
union select 'green'
union select 'yellow'
union select 'orange'
union select 'purple')x
where textfield like 'red' -- or...
July 17, 2010 at 4:38 pm
When I read the question, I can see the semi-colon doesn't belong there and it looks like an error in the question. Many of us come from...
July 17, 2010 at 4:27 pm
I found the Hartree reference quoted in the American Mathematical Society Journal from 1960... I had half hoped that the "6" in 1960 along with the six possible answers...
April 24, 2010 at 4:39 pm
Hi I joined the party late. Sorry for that. First the question was great. Secondly who is "RESPONSIBLE" to correct this question. WE ALL OF US RESPONSIBLE?
I have a...
March 22, 2010 at 4:38 am
MS is responsible for creating adequate documentation so the person answering the question can answer the question accurately
The panel I threw in because it seems all the other answers are...
March 21, 2010 at 8:14 am
When are Kim and Paul coming to Atlanta... this sounds like a great lecture.
March 21, 2010 at 8:04 am
Guess I am a bit confused by the question
A sparse column must be nullable and cannot have the ROWGUIDCOL or IDENTITY properties. A sparse column cannot be of the...
March 5, 2010 at 9:22 am
If you are listening Steve, these CTE's are great fun and make great questions!
March 5, 2010 at 9:15 am
This is one I learned of the hard way. Who would have thought a Microsoft product would include case sensitivity but those who practice in csharp. The database...
March 5, 2010 at 9:07 am
Viewing 15 posts - 91 through 105 (of 222 total)