Viewing 15 posts - 2,761 through 2,775 (of 3,738 total)
Remove DISTINCTROW for it is not valid in SQL Server.
Use the Group By on columns in which you are not performing an aggregate.
July 3, 2011 at 3:29 pm
Unfortunately I can't address your issue for the following query.
SELECT DISTINCTROW qry_Reports.Func_Name AS Function, qry_Reports.MgrName AS Manager, qry_Reports.Assoc_Name AS Associate, Sum(qry_Reports.Total_Proc) AS Processed, Sum(qry_Reports.Prod_Hrs) AS [Productive Hrs], Sum(qry_Reports.Paid_Hrs) AS [Paid...
July 3, 2011 at 8:05 am
Agreed, you should use sp_send_dbmail:
http://msdn.microsoft.com/en-us/library/ms190307.aspx%5B\url]
You will need to configure a mail profile before you can use it:
http://msdn.microsoft.com/en-us/library/ms189879.aspx%5B\url]
July 3, 2011 at 7:32 am
You could also check out http://www.sqlshare.com/
July 3, 2011 at 7:25 am
Have you tried anything that was suggested?
It has been a week already since you opened your post. I hope that you do not have any time constraints.
I would suggest that...
July 2, 2011 at 2:31 pm
Can we see your code as well?
July 2, 2011 at 2:19 pm
sqlquest2575 (7/1/2011)
I am migrating MS access Db to SQL 2008 and I am using SSMA to accomplish this task. But I’ve couple of questions.
1. When I run ssma...
July 1, 2011 at 2:45 pm
trevelvis (7/1/2011)
Duplicate post -http://www.sqlservercentral.com/Forums/Topic1135045-391-1.aspx
Bad! :w00t:
July 1, 2011 at 2:39 pm
tmkruse (7/1/2011)
The server is a production server, SQL 2008 R2 Standard 10.50.1600 (no Auditing)
That is good to know. Sounds like someone or something is changing the permissions.
July 1, 2011 at 2:35 pm
Is the machine that you are loosing the mappings on a Dev & QA Box?
Please answer!
July 1, 2011 at 1:34 pm
Someone or something removed the permission to the database for these Logins.
It did not happen by itself.
Auditing?
July 1, 2011 at 11:21 am
When you say that an Account lost it's mapping to the Database could you be more specific?
Specifically what happens and when does it happen?
Do you have orphan users?
July 1, 2011 at 10:41 am
Welsh Corgi (6/29/2011)
As stated you can use SSIS.An SSIS For Each Loop Container and a Script Task with the File System Object will do it.
Go for it...
July 1, 2011 at 10:28 am
Robert klimes (6/29/2011)
If you are looking to do this in SSIS here is a link that will get you started. http://www.sqlis.com/post/Looping-over-files-with-the-Foreach-Loop.aspx.
Start by creating an SSIS Package using the example that...
June 30, 2011 at 9:20 pm
ashok.faridabad1984 (6/30/2011)
I want to use only one file system task.......How can i do ?
L
This can only be possible with two file system tasks..
You are joking right? 🙂
June 30, 2011 at 2:25 am
Viewing 15 posts - 2,761 through 2,775 (of 3,738 total)