Viewing 15 posts - 61 through 75 (of 110 total)
I was reading the Stairway to SQL Server Indexes - Level 4 I believe.
However, I think you may have explained the apparent discrepancy in what I think I'm seeing.
If you...
February 7, 2012 at 4:05 am
Yes, I do remember reading that somewhere.
However, this wasn't aluded to in the article I mentioned. In fact, the article showed an example of how using a CLUSTERED key will...
February 7, 2012 at 3:29 am
jcb (2/3/2012)
I tryed to set compability level and
Tools > Options > SQL Server Object Explorer > Scripting for...
February 3, 2012 at 6:11 am
I see what you mean with regards to using "Master".
Am I correct in thinking that using schemas can be useful because you can grant users access at the schema level...
February 3, 2012 at 5:43 am
jcb (2/3/2012)
"Column Finish_Time in object Results contains type Time, which is not supported in the target server version, SQL Server 2005"
Try to install SSMS 2008...
February 3, 2012 at 5:11 am
GilaMonster (2/3/2012)
So if an...
February 3, 2012 at 5:07 am
Thanks for the descriptions.
The schema one was particularly helpful.
I habve used schemas in my own little test DB's for learning purposes, but I think I need to have someone either...
February 3, 2012 at 4:21 am
Thanks for the descriptions.
The schema one was particularly helpful.
I habve used schemas in my own little test DB's for learning purposes, but I think I need to have someone either...
February 3, 2012 at 4:15 am
Cadavre (2/3/2012)
raotor (2/3/2012)
I am using SQL Server 2008R2 SP1 and have a problem when it comes to getting SSMS to script certain tables.
If I right-click on a table within SSMS...
February 3, 2012 at 4:08 am
Hello Derek,
Please do not apologise for your answer. You were kind enough to respond and that's much appreciated.
I do understand what you're saying and realize that perhaps certain books might...
February 3, 2012 at 3:56 am
Hi,
Hmmm ... given the examples you've provided, I can see a compelling reason to use the BEGIN/END block to wrap stored procedures in. Personally, I am quite fussy about code...
January 18, 2012 at 4:38 am
I think it should've worked now. There should be a .rar format attachment on this post with the Result_1 and Result_2 report files.
January 18, 2012 at 4:22 am
John Mitchell-245523 (1/18/2012)
Can't see those report files.You are using SQL Server 2998, aren't you?
John
I believe I'm pretty up to date as I'm using SS2008R2 SP1.
Did you get the actual attachments?...
January 18, 2012 at 3:56 am
John Mitchell-245523 (1/18/2012)
January 18, 2012 at 3:46 am
baabhu (1/18/2012)
raotor (1/18/2012)
Just a simple but puzzling question; When I execute the following T-SQL the @MaxLen variable appears to hold the desired value, but when used within the LEFT clause...
January 18, 2012 at 3:32 am
Viewing 15 posts - 61 through 75 (of 110 total)