Viewing 15 posts - 12,901 through 12,915 (of 22,219 total)
You can get that information, if you have both individual logins and your connection strings include the app that is connecting. If you're using a service login for the applications,...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 10:41 am
DBANewbie (3/29/2011)
Out of interest; would you see it as a significant increase in risk to allow connections via enterprise manager considering that we already allow access via RDP?
You must have...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 10:39 am
Yeah, it can work. But you have to use SQL logins as well as expose the server through the firewall. From a security standpoint, I don't like it. But is...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 9:54 am
You could try going with a slightly different approach. Set up the views under a different schema and then grant the user SELECT access to that schema.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 9:43 am
Have you look at locks and wait states to understand why it's doing this? You should be able to at least narrow down the problem.
App code or not (and I...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 7:55 am
At your currrent skill level, what you can honestly charge, you should be looking at local non-profits, schools, that sort of thing. Then, as you build your skills, you can...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 7:11 am
That's similar to what I've done in the past. I always try to find a task that I'd like to get done but don't have time to do because it's...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 7:08 am
I'm not sure why someone would say that SCOM is not good for that type of job. In fact SCOM is pretty much designed around specifically that. It would be...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 7:05 am
If you're looking to do versions of data, you might want to take a look at this article[/url] I wrote for Simple-Talk. Better still, take a look at the comments....
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 6:40 am
The share has to be accessible, but then you just use the UNC path for it:
RESTORE ... FROM DISK = '\\servername\sharename\filename'
Since the filename is likely to be different each and...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 6:36 am
Based on how it works, no, I wouldn't recommend it. If you already have an artificial unique identifier on the table, why do you need a second one? Does the...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 6:22 am
Is there more slack time over weekends or is it the same schedule? You could use that time for doing full backups and then do differentials during the week. It...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 5:57 am
One of the problems with triggers is that they're difficult to control. Based on what you've just outlined, what about having two different processes for updating the data and one...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 29, 2011 at 5:51 am
WayneS (3/27/2011)
Grant Fritchey (3/27/2011)
Jeff Moden (3/26/2011)
Koen Verbeeck (3/25/2011)
(but maybe again, someone picks this up not...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 27, 2011 at 1:30 pm
Jeff Moden (3/26/2011)
Koen Verbeeck (3/25/2011)
(but maybe again, someone picks this up not realizing it is...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 27, 2011 at 12:00 pm
Viewing 15 posts - 12,901 through 12,915 (of 22,219 total)