Viewing 15 posts - 1,201 through 1,215 (of 9,641 total)
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...
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...
September 30, 2013 at 6:51 am
Jeff Moden (9/28/2013)
GilaMonster (9/28/2013)
Jeff Moden (9/27/2013)
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...
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.
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...
September 25, 2013 at 10:34 am
AlexMcCo (9/25/2013)
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
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.
September 25, 2013 at 7:23 am
JediSQL (9/24/2013)
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"...
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...
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...
September 24, 2013 at 9:21 am
Those IO messages are normally associated with a backup process that uses VSS to do backups. Here's a blog post about it that has some links to some articles
September 24, 2013 at 8:46 am
Sean has provided probably the best T-SQL solution to your problem. If you aren't using stored procedures for your report in SSRS, then I would consider doing the splitting...
September 24, 2013 at 8:38 am
Viewing 15 posts - 1,201 through 1,215 (of 9,641 total)