Viewing 15 posts - 1,306 through 1,320 (of 13,469 total)
you are sure they were REALLY sent, right?
first check and make sure they were not receiving errors from the mailserver:
SELECT top 100
mail.send_request_date As SentDate,
sent_status As Reason,
err.[description],
...
January 11, 2016 at 2:13 pm
hope that helps;
in the article a mentioned, search for DATABASE_OBJECT_CHANGE_GROUP , as i think that is the audit spec you are looking for;
I think that section, complete with screenshots, can...
January 11, 2016 at 2:01 pm
michael.k.choffy (1/11/2016)
Thanks for the quick response! There are three that I have been struggling with, V-41403, V-41404, V-41406. They all have to do with "SQL Server must...
January 11, 2016 at 1:20 pm
New persopn (1/11/2016)
If we have multiple networks how it will capture. In our environment we have multiple domains and networks.
it is an extremely robust solution. it has half a dozen...
January 11, 2016 at 12:59 pm
New persopn (1/11/2016)
Using this Toolkit can we monitor and maintain multiple servers.
it literally scans the entire network for all types of devices; it just happens to have a checkbox for...
January 11, 2016 at 11:40 am
also, if you run the Microsoft Assessment and Planning Toolkit, instead of letting it create a default (localdb)\maptoolkit, you could have it create databases in your CMS server; it create...
January 11, 2016 at 11:27 am
this thread seems to have the same issue:
DNS
Certificates?
http://superuser.com/questions/7247/why-does-it-take-so-long-for-sql-management-studio-to-connect
January 8, 2016 at 10:38 am
Nice contribution, but a little too brief of an article for me ; i'd hope to see something like what the purpose of the script is and how it would...
January 8, 2016 at 10:25 am
you could also use a simple ForEach Loop Container, and have the Files us a pattern -"In-force for Sales and Client Services*.txt"
inside the loop you could have something conditional to...
January 8, 2016 at 10:22 am
if you connect via IP address instead of server name, is it near-instant? maybe it's still networking/dns?
how about fully qualified instead of WINS name?
ie connecting to 10.40.10.100 or SQLProd.Yourdomain.local or...
January 8, 2016 at 10:02 am
since you are restarting the instance, and it takes a long time, i'd say it's because the databases are not coming on line quickly.
the first thing i would check is...
January 8, 2016 at 9:10 am
what do you mean by varying results ? is the data the SSIS touches absolutely static(ie a staging table only you touch, with no joins to other data), or are...
January 8, 2016 at 9:02 am
CELLIOTT-497809 (1/8/2016)
January 8, 2016 at 7:34 am
CELLIOTT-497809 (1/7/2016)
January 7, 2016 at 2:47 pm
just to confirm, there is no way to cross apply and execute RBAR style;
since you mentioned you had a procedure you want to call, you could modify or copy procedure...
January 7, 2016 at 11:45 am
Viewing 15 posts - 1,306 through 1,320 (of 13,469 total)