Viewing 15 posts - 961 through 975 (of 9,641 total)
I typically recommend against sub reports. You can have different data regions on the same report that use different datasets or share a dataset. A table, list, or...
June 13, 2014 at 10:57 am
Without seeing the queries and the execution plans it is pretty much impossible to say why a query with fewer joins is taking longer. You've changed the text so the...
June 13, 2014 at 10:48 am
GilaMonster (6/13/2014)
- Tune a proc quick, then go home
- Wait, it's got user defined functions
- Wait, the UDFs have cursors
- I'm...
June 13, 2014 at 8:50 am
So what you want returned is something like this:
Pediatrician Parent Student
6062 6063 6064
6062 ...
June 11, 2014 at 10:50 am
No you can't use "USE" to connect to a linked server. That would be cool if you could, but USE only allows you to change database context on the...
June 11, 2014 at 10:27 am
Sounds like an issue because the report is initially rendering to pdf when running the subscription instead of rendering to html and then exporting to pdf as in VS. ...
June 11, 2014 at 10:22 am
I just did a quick test and created a connection to my VS Online collection with VS 2010 and created an SSIS project that was connected to VS 2013 online...
June 11, 2014 at 9:56 am
I would guess that it does cache the Exchange connection information somewhere. Glad that is was an "easy" fix.
June 10, 2014 at 12:54 pm
I'd be talking with the Exchange admins. Can you send an email from Database mail successfully?
June 10, 2014 at 11:10 am
According to this blog post you can only audit on columns returned by sys.fn_get_audit_file and that is only 2012+. There are no predicate on Server Audits before 2012.
June 10, 2014 at 11:05 am
I wouldn't use a linked server, I'd use SSIS. I'd probably do something like this:
<ul>
<li>Load Data into archive data in current database</li>
<li>Copy data from local archive table to remote...
June 10, 2014 at 10:51 am
First you have to define what you mean by fast.
My first suggestion would be to batch the updates using explicit begin and commit tran statements and do Top N where...
June 10, 2014 at 10:44 am
Good article and a great, practical use of extended events.
June 10, 2014 at 6:15 am
If you are exporting to csv there is no width, Excel is just using the default cell sizes when you open the csv. There's nothing you can do from...
June 4, 2014 at 11:58 am
Are you running the package from a job on the same machine as you are running VS 2008?
This error isn't a login failure, but a timeout which seems to me...
June 4, 2014 at 11:54 am
Viewing 15 posts - 961 through 975 (of 9,641 total)