Viewing 15 posts - 706 through 720 (of 2,897 total)
I would think they will have the same problem distinguishing names with the current setup. If the asterisk is a delimiter of some kind, then it could be useful to...
June 3, 2013 at 8:37 am
I meant to say I have a server side trace running. I did not make any changes to the system default trace which is also running.
June 3, 2013 at 8:33 am
Not quite sure how to translate any of this into "bandwidth". If you have users or applications returning large data sets from selects, they are using bandwidth, but there are...
June 2, 2013 at 7:08 pm
Maybe transaction log backup sizes would be more useful than a diff ?
June 2, 2013 at 5:29 pm
In a simple world, it looks like a good opportunity to use the '*' to split the field into 3 columns:
FName
MName
LName
Gives you much more flexibility for future needs.
June 2, 2013 at 10:19 am
I have a default trace running 24/7 that I can use to troubleshoot. You could set one up for the future. Then look at activity in the timeframe between log...
June 1, 2013 at 12:44 pm
Although the job was enabled, perhaps the schedule was not enabled ? Since you deleted the schedule, you cannot find the answer now.
May 30, 2013 at 2:07 pm
Jeff Moden (5/29/2013)
A "Functional DBA" is one that simply hasn't had too much of his own beer to drink. 😛
Are you suggesting I am dysfunctional ? 😀
May 30, 2013 at 12:04 pm
We use a product called StrongMail that queries againt our SQL database. Sorry, but I don't know any details about the process.
May 28, 2013 at 11:13 am
Is your purpose to not have any files more than 2 days old ?
You could try the Windows utility FORFILES. It has different syntax based on your Windows version. I...
May 25, 2013 at 8:16 am
Maybe "orphaned" was not the best word.
May 21, 2013 at 11:17 pm
Dird (5/21/2013)
Ross.M (5/21/2013)
May 21, 2013 at 10:41 pm
I also have old "orphaned" active jobs. I ran across it a few weeks ago when creating a report to alert me about long running jobs and failed job steps....
May 21, 2013 at 9:38 pm
Yes, you could quite possibly have improvements by directing queries to a replicated database. Less chance of blocking and generally less demand on the primary database.
Many people set up reporting...
May 10, 2013 at 1:56 pm
Select statements can absolutely affect performance.
Can you expect improvements ? That's hard to say without know the cause of the problems. If the problems are built into the application,...
May 10, 2013 at 1:18 pm
Viewing 15 posts - 706 through 720 (of 2,897 total)