Viewing 15 posts - 496 through 510 (of 1,536 total)
I'm only familiar with creating a profile for each "from" address. It's pretty quick to script and the profiles are the best thing if you are sending multiple emails.
January 6, 2009 at 9:55 am
I put together this script a few weeks back when I had to set up a mass number of SQL 2008 instances, and use a standard convention for any emails...
January 6, 2009 at 9:42 am
Along the lines of Manu's suggestion...
Create a table that holds a single datetime value and run a job that updates that value every minute.
Create another table that will hold two...
January 6, 2009 at 8:07 am
Or install all the instances and then upgrade them all to SP2 at once.
January 6, 2009 at 7:28 am
That's where I'm at, Cumulative Update Pack 2.
You can keep an eye on SQL updates (including service packs) at http://blogs.msdn.com/sqlreleaseservices.
If you are using any kind off RSS reader you can...
January 6, 2009 at 7:15 am
Looks to me as if you've not enabled SQL logins and are pretty much stuck at this point. Might be a reinstall.
January 6, 2009 at 6:14 am
I'm not sure that the client-side redirection is a part of the problem, that is usually related to redirecting folders to other locations (for example putting your "my documents" folder...
January 6, 2009 at 6:10 am
Could you retrieve the SID from AD and then see if there is a matching SID within sysxlogins, just as a confirmation of it not existing?
January 5, 2009 at 2:07 pm
It very much depends upon the kind of workload that you are doing and how queries, inserts, updates, deletes are handled.
I had the same issue using a MAXDOP of 8....
January 5, 2009 at 12:41 pm
There's no account that is a member of the administrator group on the machine that you could log in as?
January 5, 2009 at 12:28 pm
It's going to be a bit intensive, but you can shrink the files with a DBCC SHRINKFILE
January 5, 2009 at 12:23 pm
That sounds awesome, even though you lost me after the first paragrpah :w00t:
January 5, 2009 at 12:22 pm
I would also check that DTC is enabled for network access and you allow transaction manage communication.
January 5, 2009 at 10:18 am
Litespeed is a very good product, but WAY expensive. There are a great many alternatives out there for a fraction of the cost, for example RedGates SQL Backup or Hyperbac....
January 5, 2009 at 10:02 am
Viewing 15 posts - 496 through 510 (of 1,536 total)