Viewing 15 posts - 106 through 120 (of 9,641 total)
Grumpy DBA (4/15/2016)
True, although the OP referred to detaching the files (why are mdf and ldf files on the same drive?), copying and pasting to another drive to "create space"...
April 15, 2016 at 7:08 am
Here's an example of how I've used triggers in the past. We wrote an order entry system that had an EAV design for attributes. The design, this was...
April 11, 2016 at 7:38 am
Brandie,
A couple of things:
1. How did you deploy the packages to msdb? I haven't used msdb with 2012 as we are using the project deployment model, but I do...
April 8, 2016 at 11:49 am
Grant Fritchey (4/8/2016)
BL0B_EATER (4/8/2016)
April 8, 2016 at 11:35 am
SQLRNNR (4/6/2016)
Brandie Tarvin (4/6/2016)
Folks, we have someone who is deliberately trying to force a deadlock to test some stuff. Can anyone give him advice on how he might do that?
Dang...
April 7, 2016 at 10:36 am
Interesting. I believe that is there for mirroring & availability groups but if it works for this situation even better.
March 30, 2016 at 5:56 am
All I can say is "Wow!".
The only thing I can think of to do within SSIS is to do something like an Execute SQL Task as the first step that...
March 29, 2016 at 12:13 pm
Your first issue is that you can't use a variable directly as a table name. SQL is assuming that @MyTable is a table variable NOT a table name. You'll...
March 29, 2016 at 12:07 pm
I'll second the recommendation of PowerBI. Ad hoc reporting and data analysis are really what it is designed for. You definitely don't want to just turn your users...
March 23, 2016 at 1:52 pm
I'm pretty sure you don't want to make that domain group the owner of the database anyway. That would be the same thing as putting all those users in...
March 23, 2016 at 1:49 pm
Does someone have the file open in Excel?
March 23, 2016 at 1:40 pm
I can only echo what Hugo has already said. Triggers are a tool that has its uses, but, like all tools, need to be used correctly. You don't...
March 23, 2016 at 1:35 pm
Can you verify that the query returns non-zero values?
Are there any expressions on the dataset?
March 23, 2016 at 1:30 pm
Grant Fritchey (3/23/2016)
BL0B_EATER (3/23/2016)
March 23, 2016 at 10:33 am
BL0B_EATER (3/23/2016)
March 23, 2016 at 10:29 am
Viewing 15 posts - 106 through 120 (of 9,641 total)