Viewing 15 posts - 1,201 through 1,215 (of 9,643 total)
Grant Fritchey (10/1/2013)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 1, 2013 at 7:00 am
jasona.work (10/1/2013)
As some of you know, I'm now...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 1, 2013 at 6:56 am
GilaMonster (9/27/2013)
Thursday at Summit is going to be sooo funny. Just saying...
Okay, I need some more info on this one. I don't see anything on the schedule that funny...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 30, 2013 at 6:59 am
Lynn Pettis (9/29/2013)
I am officially a grandfather, again. Kassondra gave birth to her second son, Branson James on 9/28 @ 6:19 PM MDT!
Congrats grampa! I'm hoping I'm at...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 30, 2013 at 6:51 am
Jeff Moden (9/28/2013)
GilaMonster (9/28/2013)
Jeff Moden (9/27/2013)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 30, 2013 at 6:48 am
The problem is that you are declaring your variables outside the dynamic sql. sp_executesql changes the execution context so variables declared outside the sql string are not available...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 2:13 pm
GilaMonster (9/25/2013)
Someone want to add a voice of reason to this?http://www.sqlservercentral.com/Forums/Topic1493948-391-1.aspx
I'd try but that tempDB thread has worn me out.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 1:55 pm
Nope, T-SQL job steps can't use proxies but they can use RUN AS which, if I understand correctly, uses EXECUTE AS in the background, so the user has to exist...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 10:34 am
AlexMcCo (9/25/2013)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 8:35 am
You can specifiy the user the job step should run as, http://technet.microsoft.com/en-us/library/ms187358(v=sql.105).aspx
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 7:28 am
SQL Azure is not something you install, it is a cloud service offered by Microsoft, so you can access it from Linux since it is a cloud-service.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 7:23 am
JediSQL (9/24/2013)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 7:06 am
To me it sounds like a process that should use SSIS since SSIS is an ETL tool. I guess it could use BCP, but you mention that it "transforms"...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 6:51 am
Looks like this isn't an uncommon problem. Here are a couple of links to go through that might help:
http://sql.nconsulting.net/2012/10/installation-error-mof-compiler-could.html#.UkLaLtXD-Hs
Please note I have not experienced this issue, but these links...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2013 at 6:47 am
Angeltica (9/24/2013)
Microsoft recommend unlimited growth for temp databases.Initial size should be 50 MB for all temp dbs with 500MB file growth with unlimited Max Growth. hope it helps
This is totally...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 24, 2013 at 9:21 am
Viewing 15 posts - 1,201 through 1,215 (of 9,643 total)