Viewing 15 posts - 16 through 30 (of 53 total)
How big it will get depends on how big the transactions are. Is the database set to SIMPLE recovery mode?
April 29, 2010 at 12:02 pm
If the job is running when the cluster fails over the job will fail.
April 20, 2010 at 1:09 pm
Before your queries are you using the command
use YOURDATABASENAME
go
April 20, 2010 at 12:17 pm
Will it always be the same SQL Server table exporting to the same Access table? Why not just
create an SSIS package and then you can schedule it to repeat whenever...
April 20, 2010 at 12:13 pm
Well then like ravikanth said looking at the System logs in the Event Viewer would be your best bet.
April 20, 2010 at 10:02 am
HA! No need to feel stupid.. after not being able to figure out why you would get that error considering it was the right syntax I noticed you are on...
April 19, 2010 at 8:46 am
They would need the VIEW SERVER STATE permission. I would say it would be fine to give them this right.
April 19, 2010 at 7:49 am
View button will only show for SQL 2000 servers.
April 9, 2010 at 2:43 pm
Kenneth Langner Jr. (4/9/2010)
If you click the 'help' button on the top of the job properties form books online opens up and explains:
View
In Microsoft SQL Server 2005, this button...
April 9, 2010 at 2:41 pm
Hello
If you click the 'help' button on the top of the job properties form books online opens up and explains:
View
In Microsoft SQL Server 2005, this button is disabled for...
April 9, 2010 at 2:36 pm
If you didn't want to do that you could just tell them to execute the query 'sp_who2' which shows pretty much the same thing.
April 9, 2010 at 9:49 am
You would have to create a login for the user for them to connect to the server, then creating the user gives them permission to connect to the database.
March 18, 2010 at 11:17 am
Also make sure that SQL server is using Mixed mode server authentication..
March 17, 2010 at 9:36 am
It almost has to be the password. Are you sure your typing it correctlY?
March 17, 2010 at 9:27 am
Viewing 15 posts - 16 through 30 (of 53 total)