Viewing 15 posts - 31 through 45 (of 57 total)
Does the account SQL is running under have permissions to that location?
May 27, 2010 at 11:53 am
The integer division thing in general for me is often one of those "so simple you missed it situations". I'd be interested in what is considered best practice in real...
May 25, 2010 at 2:26 pm
This link might be a good start. It doesn't mention SQL specifically, however it relates to setting up a Microsoft Cluster in a virtual environment. Form my understanding you would...
May 25, 2010 at 11:28 am
I'd be interested in getting a followup to see how their implementation is coming along, especially with the # of databases to be mirrored.
May 19, 2010 at 2:24 pm
I see this all the time in our VMWare environment when snapshots are running. Probably not what is happening here, but I thought I'd add to the discussion.
May 19, 2010 at 2:07 pm
Thanks guys for your input. I'm glad is wasn't just me missing something fairly important.
My first thought of the term would imply two or more servers running two or more...
May 19, 2010 at 9:45 am
The groups themselves weren't numbered, however I was able to sort this by adding a 'groupby' column to my SQL query, and then create a group based on this field.
April 26, 2010 at 3:26 pm
Did you ever get this working? I'm trying for a similar thing with a report of mine too.
April 26, 2010 at 2:21 pm
The only way I could get event log data into SQL was to run an independent VB script, and output to a CSV file, wrapping each element in " characters...
March 18, 2010 at 10:01 am
I hadn't actually, however it might be worth a look. Thanks for the pointer!
cheers, Mark
March 15, 2010 at 2:32 pm
If I understand the link correctly (I'd found it a few times googling this issue), this is about using WMI to get information on SQL server, or creating SQL Agent...
March 15, 2010 at 2:04 pm
Hi there,
Did you ever get this up and running? I'm currently running a process using windows batch files, scheduled tasks, VBscript and bulk import & its all over the place.
I'm...
March 15, 2010 at 1:05 pm
Hi all,
Just wanted to add to my reply yesterday, with my issues with @query from within SQL Agent.
I was able to get it to work by first running my @query...
January 20, 2010 at 6:44 am
Hi everyone,
Just thought I'd add my 2 cents worth in here. I tried for a few days to resolve this issue, including:
- Changing the logging level to verbose
- The sys.xp_logininfo...
January 19, 2010 at 8:10 am
Viewing 15 posts - 31 through 45 (of 57 total)