Viewing 15 posts - 3,976 through 3,990 (of 6,397 total)
When you create the subscription you should of given it a username and password, that user needs access to the file share your saving to in the subscription.
August 14, 2012 at 1:45 am
Run a trace for the application in question. You say excel, now depending on the version depends on the application name.
We run 2007 so I would trace for the...
August 14, 2012 at 1:43 am
The only real advise I can give for the moment would be to read the "skills measured" section of the MS learning website on the exams.
Also if not already get...
August 13, 2012 at 8:39 am
What you want is a not in, not just <>.
This should help you on the right tracks,
August 13, 2012 at 7:18 am
Pretty much the same as IIF but if you want to do >0 and then a different colour for > 10 you would have
=IIF(Fields!FREECASH_AMOUNT.Value > 0, "black",IIF(Fields!FREECASH_AMOUNT.Value > 10, "black","yellow")))
So...
August 10, 2012 at 8:46 am
Another one for the colour would be to use the switch function as well, but IIF does it just as good.
Tyipcally I use switch as it can be a bit...
August 10, 2012 at 8:36 am
Use VARCHAR(MAX), which will store upto 2GB worth of data.
August 10, 2012 at 8:04 am
I have done a check on our domain, and the reverse DNS comes back to the two IP's in the UK and are rDNS'ing via our ISP so all good...
August 10, 2012 at 7:39 am
So if I change the PTR to map to companyabc.com instead of the hostname, then in theory it should work.
August 10, 2012 at 7:23 am
Thanks Howard, I have checked our hosting domain controllers which govern the "hosted" lan, and can confirm that there is a PTR record for the IP address, in the reverse...
August 10, 2012 at 7:14 am
I suggest reading up on deadlock management.
Use the link in my signature to the Guide for the Accidental DBA and take a look in the handling deadlocks chapter
August 10, 2012 at 6:04 am
GilaMonster (8/10/2012)
anthony.green (8/9/2012)
August 10, 2012 at 5:49 am
Welcome to SSC.
If you would be so kind as to follow the second link in my signature on posting code and data for the best help, I am sure some...
August 10, 2012 at 5:45 am
Your first error that database already exists, is because you already have a database with that name.
Drop the existing database or change the name of the database in your script.
The...
August 10, 2012 at 5:21 am
How are you performing the backups?
Maintenance plan? Script in a job? Manual running of a script?
August 10, 2012 at 5:17 am
Viewing 15 posts - 3,976 through 3,990 (of 6,397 total)