Viewing 15 posts - 166 through 180 (of 351 total)
Insert into Users_Output2(UserID,UserName)
Select B.UserID,A.Users from tblInput A inner join Names_Output1 B
On A.FirstName=B.FirstName and A.lastname=B.LastName
August 8, 2011 at 3:17 pm
kishoremania (8/4/2011)
I am showing you the Input data, and the output data how it should looks like...
In my tables I need...
August 8, 2011 at 3:16 pm
SQLRNNR (8/8/2011)
@SQLFRNDZ (8/8/2011)
GilaMonster (8/8/2011)
You can't shrink that, as it says it's already at a minimumWhy are you breaking your transaction log chain?
Does shriniking breaks up log chain ? even...
August 8, 2011 at 12:16 pm
SQL Server is able to handle more than 100 Users too. All you need to find is what queries are causing your CPU to use 80%.
Here is query I had...
August 8, 2011 at 12:13 pm
GilaMonster (8/8/2011)
You can't shrink that, as it says it's already at a minimumWhy are you breaking your transaction log chain?
Does shriniking breaks up log chain ? even if he...
August 8, 2011 at 12:04 pm
Ninja's_RGR'us (8/8/2011)
Let's go back to answering question instead of debating this point to death ;-).
I agree and like this attitude... Hats off
August 8, 2011 at 11:08 am
SQLRNNR (8/8/2011)
I must also admit that thanks to SQLFRNDZ, I learned a new trick (Activity Monitor and Profiler) 😉
I should also say thanks to you as I got this Activity...
August 8, 2011 at 11:05 am
Yes I still love you, jsut think this is funny as h3ll. 😛
jsut Just..:-D
August 8, 2011 at 12:58 am
I understood Lynn, that I did not mention any where that I want to become MVP. I just posted publicly that how to become MVP that means I see this...
August 8, 2011 at 12:38 am
[/quote]
Speaking as one who had been nominated, this is not enough.
[/quote]
I thought this forum or thread is to help some one that too regarding SQL server but not to put...
August 7, 2011 at 5:48 pm
Craig Farrell (8/5/2011)
@SQLFRNDZ (8/5/2011)
I was just posted this topic because I see this MVP tag on most sites and blogs of experts and I...
August 5, 2011 at 5:15 pm
You want to test on testing environment and why do you compred to Production?
You use developer edition but really depends on what you want test I mean there are...
August 5, 2011 at 3:31 pm
Thank you for the information.
I was just posted this topic because I see this MVP tag on most sites and blogs of experts and I wonder why I...
August 5, 2011 at 3:25 pm
Viewing 15 posts - 166 through 180 (of 351 total)