Viewing 15 posts - 5,296 through 5,310 (of 7,168 total)
Jeff Moden (7/29/2011)
opc.three (7/29/2011)
Jeff Moden (7/29/2011)
Heh... and once you learn PowerShell, you can run that from xp_CmdShell in T-SQL. 😉This is me not taking the bait Jeff 😛
😀 Not...
July 29, 2011 at 10:57 am
Jeff Moden (7/29/2011)
ericwenger1 (7/28/2011)
any trick to indexing this column. I guess if...
July 29, 2011 at 10:51 am
Thanks, but these are Estimated plans. We need the Actual plans 🙂
Ctrl+M to turn on Actual, then execute the queries. Pipe the results into a temp table using SELECT...INTO to...
July 29, 2011 at 10:29 am
Ninja's_RGR'us (7/29/2011)
opc.three (7/29/2011)
Sqlsavy (7/29/2011)
Thanks SSCrazyApparently different collations on SQL 2005 are of System Objects in User database.
Apparently 🙂
PS I have been called Crazy, but my nick is opc.three. SSCrazy is...
July 29, 2011 at 10:26 am
Jayanth_Kurup (7/29/2011)
July 29, 2011 at 10:25 am
Philip Yale-193937 (7/29/2011)
By default in SSMS, this is OFF. Most applications will run with ARITHABORT ON. You will...
July 29, 2011 at 10:20 am
Sqlsavy (7/29/2011)
Thanks SSCrazyApparently different collations on SQL 2005 are of System Objects in User database.
Apparently 🙂
PS I have been called Crazy, but my nick is opc.three. SSCrazy is just my...
July 29, 2011 at 10:11 am
Jeff Moden (7/29/2011)
Heh... and once you learn PowerShell, you can run that from xp_CmdShell in T-SQL. 😉
This is me not taking the bait Jeff 😛
July 29, 2011 at 10:10 am
zlthomps (7/29/2011)
Koen Verbeeck (7/29/2011)
What if you connect the first FELC with the second one using a precedence constraint? Does it work then?
Yes, it does - But I would ideally be...
July 29, 2011 at 10:08 am
For the record, anything you can run from a CmdShell prompt you can run in a PowerShell session...so that can be your fallback. That said, there are better replacements for...
July 29, 2011 at 10:04 am
Elegant, thanks for posting back and sharing your PS experience :satisfied:
July 29, 2011 at 9:50 am
I agree with Michael, any indexes on the datetime column will be negated by surrounding the column with a CONVERT function in a search predicate.
I guess if it were in...
July 28, 2011 at 4:07 pm
xp_CmdShell is one way to do it from within T-SQL. Kicking off a SQL Agent job that contains a CmdExec step is another.
Is "from T-SQL" a requirement?
PowerShell is much better...
July 28, 2011 at 3:59 pm
Hi again Sqlsavy 😛
Take a look at this on 2005. You may have a different view after filtering out the ms-shipped tables:
SELECT DISTINCT
...
July 28, 2011 at 3:56 pm
Viewing 15 posts - 5,296 through 5,310 (of 7,168 total)