Viewing 15 posts - 3,106 through 3,120 (of 6,676 total)
Check with the team that manages the SMTP server - see if they are using any filtering to allow only defined servers to send mail. Also, validate any credentials...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 3, 2011 at 9:30 am
Sorry - that doesn't make sense to me. If you are getting actual duplicate values - you have an issue with your query. Otherwise, your totals would be...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 2, 2011 at 8:22 am
You should probably work on eliminating the duplicates from the data - instead of trying to hide the duplicates in the report.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 1, 2011 at 2:24 pm
Sean Lange (7/1/2011)
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 1, 2011 at 2:20 pm
I would recommend that you check the recovery model of the source database. Is it full recovery? If yes, are you backing up the transaction log on a...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 1, 2011 at 1:41 pm
I may be missing something here, but why would you pad a numeric value with spaces at the end? I would think a better format would be to pre-pend...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 29, 2011 at 2:29 pm
Could you switch this up and provide the users with an Excel spreadsheet that accesses the database and refreshes the data?
Excel has the ability to run queries against ODBC/OLEDB data...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 28, 2011 at 8:24 pm
You have two problems with your queries. In the first query, you have essentially turned it into an INNER JOIN by including a column from the unpreserved table (outer...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 27, 2011 at 8:20 pm
In addition to what others have pointed out - you should always specify the length of the data type when casting or converting. Using this:
SELECT convert(varchar, duedate, 112) FROM...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 27, 2011 at 8:10 pm
Why not use a utility like WinRAR to compress and span (if needed). Most likely, using a compression utility will give you a long time before you have to...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 27, 2011 at 2:56 pm
Why would you have the same function in multiple databases that do different things?
Or, do you have a single database that contains these functions but you do not know the...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 27, 2011 at 2:36 pm
coder_t2 (6/26/2011)
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 26, 2011 at 6:45 pm
george sibbald (6/24/2011)
These need applying in a controlled manner at agreed times, backups taken, with testing afterwards and a backout in...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 25, 2011 at 11:53 am
For a service account, you never want to use a personal login. You need to create a separate account just for SQL Server, and depending on your specific requirements...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 25, 2011 at 11:41 am
If this DBA changed data on the client's system - and is employed by the client, there really is not much you can do except work with the client's management...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 25, 2011 at 11:30 am
Viewing 15 posts - 3,106 through 3,120 (of 6,676 total)