Viewing 15 posts - 2,626 through 2,640 (of 13,462 total)
mw112009 (1/27/2014)
January 27, 2014 at 8:21 am
if this is a one time report/export, you can select the data in ssms and chose results to text instead of to grid.
otherwise,
bcp.exe or sqlcmd, either using the -o parameter,...
January 24, 2014 at 1:23 pm
my example trigger, while untested, would not error out if an automated process inserted multiple tickets in a single operation; but it would create a single email that said these...
January 24, 2014 at 11:32 am
well, now i see two things;
first is a critical permissions issue:
the end user who inserts into this table must ALSO be a user in the msdb database, and must also...
January 24, 2014 at 9:23 am
well, what you are seeing in the log is normal, i believe. if the service broker gets an email, it starts the database mail executable,and it's default lifetime is ten...
January 24, 2014 at 9:00 am
since dbmail is already set up adn running, it might be something related tot eh recipient or relaying;
if you run this query, is the specific email you sent in...
January 24, 2014 at 8:16 am
nothing beats actually seeing it for yourself.
here's exactly what i did.
for computed columns, the cost isn't a lot, but it's there.
the key is to look at the actual execution plan.
attached...
January 24, 2014 at 6:44 am
Matt Crowley (1/23/2014)
January 23, 2014 at 1:18 pm
so glad it worked out for you;
just got back from lunch, and i was just about to reply that i think you might have put a space between the slash...
January 23, 2014 at 12:58 pm
aberndt (1/23/2014)
January 23, 2014 at 12:07 pm
i love this script from Microsoft for this kind of situation:
it connects to your local or named instance, and adds the current windows user as a sysadmin on the machine...
January 23, 2014 at 11:58 am
aberndt (1/23/2014)
January 23, 2014 at 10:40 am
aberndt (1/23/2014)
SELECT ...
January 23, 2014 at 10:23 am
jeandlauro (1/23/2014)
I will try that. I have also tried to instal the 64-bit access driver but get this message.http://www.microsoft.com/en-us/download/confirmation.aspx?id=13255
Engine 2010 because you currently have 32bit Office products
installed. If you want to install 64bit Microsoft Access Database
Engine 2010, you will first need to remove the 32bit installation of
Office products. After uninstalling the following product(s), rerun
setup in order to install 64bit version of Microsoft Access Database
Engine 2010:
Microsoft Office Professional Plus 2007, Microsoft Office Access
database engine 2007 (English)
I've found the hard way there are multiple prerequisites to...
January 23, 2014 at 10:16 am
the SUM(SUM( doesn't look right to me; i think you just wnat to add the two together:
does this minor change work?
= "Record contains "
+ Switch(
Sum(Fields!FQ.Value, "ds") <> 0 and...
January 23, 2014 at 9:00 am
Viewing 15 posts - 2,626 through 2,640 (of 13,462 total)