Viewing 15 posts - 6,781 through 6,795 (of 19,560 total)
Two for today:
SQL2012LaunchFailFailFail
and
SadSadDayinIndy
Now the Bears need to pick up Peyton.
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
March 7, 2012 at 12:47 pm
Here's an alternative
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/87652/
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
March 7, 2012 at 12:36 pm
EZ PZ
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
March 6, 2012 at 10:47 pm
jcrawf02 (3/6/2012)
Evil Kraig F (3/6/2012)
If, for some reason, you just can't seem to get the login for SSC to work (page cannot be...
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
March 6, 2012 at 2:23 pm
jcrawf02 (3/6/2012)
mtillman-921105 (3/6/2012)
Stefan Krzywicki (3/6/2012)
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
March 6, 2012 at 10:44 am
I have seen some who have implemented FusionIO in hopes of resolving all performance problems. Even though the performance is substantially better, some things will remain an issue (like...
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
March 6, 2012 at 8:18 am
crookj (3/6/2012)
Ray K (3/6/2012)
L' Eomot Inversé (3/5/2012)
Revenant (3/5/2012)
L' Eomot Inversé (3/5/2012)
SQLRNNR (3/5/2012)
crookj (3/5/2012)
SQLRNNR (3/5/2012)
brigadeBattalion
Squadron
Air Group
Wing
Regiment
Calvary
Platoon
Cavalry
or should we be going in the direction of Golgotha now? 😀
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
March 6, 2012 at 8:11 am
jcrawf02 (3/6/2012)
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
March 6, 2012 at 8:08 am
I'm with Celko on this one. Put them where it seems to make sense to you and then see if it parses first.
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
March 5, 2012 at 10:23 pm
For starters, you need to know what the desired skillset of the employee needs to be. You will want to ask questions that try to show a little character...
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
March 5, 2012 at 2:34 pm
I busted through a ton of them (collations) until I found the right one. With this sort of "sort" requirement, it really seems like a homework assignment.
I decided to...
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
March 5, 2012 at 2:23 pm
When they moved it, I am assuming they did not use a P2V utility but instead treated it as a migration.
When migrating an SSRS install, the encryption key needs to...
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
March 5, 2012 at 2:18 pm
Stefan Krzywicki (3/5/2012)
mtillman-921105 (3/5/2012)
'Accidentally started eating what turned out to be chicken feet at a Chinese restaurant this weekend. Good times! Anybody else run into that?Were they good?
I...
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
March 5, 2012 at 11:34 am
crookj (3/5/2012)
SQLRNNR (3/5/2012)
brigadeBattalion
Squadron
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
March 5, 2012 at 11:14 am
Simplify a step further:
create table #Chars
(
MyChar char(1)
)
insert #Chars (MyChar)
values
('!'), ('"'), ('$'), ('?'), ('@'), ('^'), ('{'), ('>'), ('1'), ('2'), ('3'), ('4'), ('5'), ('6'), ('7'), ('8'), ('9'), ('A'), ('B'), ('C'), ('D')
SELECT *
FROM...
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
March 5, 2012 at 11:11 am
Viewing 15 posts - 6,781 through 6,795 (of 19,560 total)