September 3, 2014 at 7:14 am
TomThomson (9/2/2014)
Sean Lange (9/2/2014)
Lynn Pettis (9/2/2014)
AARRRGGGGGGG!!!!!!!!!!! Someone fire the man. He has no business in this business.In my experience nearly 95% of the people in this business actually have the brains to be in this business. Then there are about 4% of those with enough brains that don't have a "give a damn" to learn anything new. That leaves about 1% that have enough drive and brains to actually improve over time.
I'm confused. You mean 96% or 95% is just 1%???? Not when I was in primary school it wasn't, and that's not the sort of thing that changes over he years (not even over that many years). Maybe there's a bigger language barrier between my English and your English that I thought there was?
Regardless of that, though, I think we both agree with Lynn on the unemployability of the man who couldn't imagine a set-based solution.
Luis got it right. The barrier is not between your English and mine. The barrier is clearly between me and the keyboard. :hehe:
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
September 3, 2014 at 7:59 am
I've just been told: "We don't recommend running SQL commands against the database"
Right. May as well go home then!
September 3, 2014 at 8:01 am
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
I guess they meant ad-hoc queries?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 3, 2014 at 8:07 am
I keep coming to this thread just to read all your fueled responses. It's baiting me to post a seriously dumb question just to read the reactions in this thread. 😛
September 3, 2014 at 8:10 am
Koen Verbeeck (9/3/2014)
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
I guess they meant ad-hoc queries?
Nah. Just tell them you are not running commands. You are just executing scripts. :Whistling:
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
September 3, 2014 at 8:11 am
xsevensinzx (9/3/2014)
I keep coming to this thread just to read all your fueled responses. It's baiting me to post a seriously dumb question just to read the reactions in this thread. 😛
Like how to drop a database?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 3, 2014 at 8:12 am
Koen Verbeeck (9/3/2014)
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
I guess they meant ad-hoc queries?
Presumably, although there are no procs in the database, nor is it referenced from other dbs on the instance. So, err...
September 3, 2014 at 8:13 am
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
I keep coming to this thread just to read all your fueled responses. It's baiting me to post a seriously dumb question just to read the reactions in this thread. 😛Like how to drop a database?
"Drop doesn't do everything that I want"
I agree completely. It doesn't make coffee or hoover the floors.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 3, 2014 at 8:14 am
SQLRNNR (9/3/2014)
Koen Verbeeck (9/3/2014)
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
I guess they meant ad-hoc queries?
Nah. Just tell them you are not running commands. You are just executing scripts. :Whistling:
"It's ok, I'm using Powershell" 😀
September 3, 2014 at 8:19 am
Gazareth (9/3/2014)
SQLRNNR (9/3/2014)
Koen Verbeeck (9/3/2014)
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
I guess they meant ad-hoc queries?
Nah. Just tell them you are not running commands. You are just executing scripts. :Whistling:
"It's ok, I'm using Powershell" 😀
:hehe:
Sweet - another reason to learn powershell.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
September 3, 2014 at 8:25 am
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
I keep coming to this thread just to read all your fueled responses. It's baiting me to post a seriously dumb question just to read the reactions in this thread. 😛Like how to drop a database?
Crikey.
And what is up with that awful banner?!
September 3, 2014 at 8:29 am
Gazareth (9/3/2014)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
I keep coming to this thread just to read all your fueled responses. It's baiting me to post a seriously dumb question just to read the reactions in this thread. 😛Like how to drop a database?
Crikey.
And what is up with that awful banner?!
That banner is almost as bad as the advice being offered. I particularly like the way the guys smug look will follow your cursor around his banner.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
September 3, 2014 at 8:30 am
Luis Cazares (9/2/2014)
TomThomson (9/2/2014)
Sean Lange (9/2/2014)
Lynn Pettis (9/2/2014)
AARRRGGGGGGG!!!!!!!!!!! Someone fire the man. He has no business in this business.In my experience nearly 95% of the people in this business actually don't have the brains to be in this business. Then there are about 4% of those with enough brains that don't have a "give a damn" to learn anything new. That leaves about 1% that have enough drive and brains to actually improve over time.
I'm confused. You mean 96% or 95% is just 1%???? Not when I was in primary school it wasn't, and that's not the sort of thing that changes over he years (not even over that many years). Maybe there's a bigger language barrier between my English and your English that I thought there was?
Regardless of that, though, I think we both agree with Lynn on the unemployability of the man who couldn't imagine a set-based solution.
I guess there's a word missing. That will give 95 + 4 + 1 = 100
I guess you're right. I must have neen too tired to realise there was a missing "not".
Tom
September 3, 2014 at 8:31 am
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
I keep coming to this thread just to read all your fueled responses. It's baiting me to post a seriously dumb question just to read the reactions in this thread. 😛Like how to drop a database?
I'm going to apply this useful knowledge right now. I have a feeling I may be back with an update.
September 3, 2014 at 8:35 am
Sean Lange (9/3/2014)
Gazareth (9/3/2014)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
I keep coming to this thread just to read all your fueled responses. It's baiting me to post a seriously dumb question just to read the reactions in this thread. 😛Like how to drop a database?
Crikey.
And what is up with that awful banner?!
That banner is almost as bad as the advice being offered. I particularly like the way the guys smug look will follow your cursor around his banner.
Yep, and I absolutely did not just spend a few therapeutic moments knocking his head against the side of my screen.
Viewing 15 posts - 45,421 through 45,435 (of 66,819 total)
You must be logged in to reply to this topic. Login to reply