Viewing 15 posts - 16 through 30 (of 34 total)
Hi,
I've literally got it working actually.
I couldn't simply update Tables C and D from the 1st trigger because the ID isnt the same in those tables. We...
February 14, 2013 at 7:45 am
Is the domain service account a member of the local group "SQLserveragentusers$SERVERNAME$INSTANCE" or similar
EDIT - this maybe useful but we may have covered it:http://www.mssqltips.com/sqlservertip/2317/running-sql-server-agent-with-a-least-privilege-service-account/
November 26, 2012 at 7:21 am
mike.whorley (11/26/2012)
I've recently changed our SQL services to run under domain account instead of the local account they used to use. Since doing this i'm unable to start the agent....
November 26, 2012 at 2:26 am
Sqlsavy (11/26/2012)
db size is around 800GB and Litespeed backup file size is around...
November 26, 2012 at 2:22 am
Sqlsavy (11/23/2012)
We use Litespeed to backup our databases. One particular database grows 330MB/day there is enough space on the data and log drives but I think backup drive will...
November 23, 2012 at 5:01 pm
Mordred (11/23/2012)
Mordred (11/23/2012)
@ Jason, I would love to be able to do a...
November 23, 2012 at 3:15 pm
D.Post (11/23/2012)
select *
from sysdatabases
where version != 0
AND version is not null
AND status <> 512
After a quick google on sysdatabases if found this helpful tidbit.
http://msdn.microsoft.com/en-us/library/aa260406%28v=sql.80%29.aspx
I will have to...
November 23, 2012 at 5:30 am
GilaMonster (11/23/2012)
sysdatabases is deprecated, included only for backward compatibility with SQL 2000 and should not be used in new development.Replacement is sys.databases
noted - I am running against some SQL2000 so...
November 23, 2012 at 5:06 am
Mordred (11/22/2012)
November 23, 2012 at 4:03 am
Koen Verbeeck (11/23/2012)
learning_sql (11/23/2012)
Koen Verbeeck (11/22/2012)
In the source query, use the following TSQL:
SELECT myDate = REPLACE(CONVERT(CHAR(10),mySmallDatetime,103),'/','')
FROM myView
I added that to my create view statement (the ssis exports an entire...
November 23, 2012 at 3:37 am
Koen Verbeeck (11/22/2012)
In the source query, use the following TSQL:
SELECT myDate = REPLACE(CONVERT(CHAR(10),mySmallDatetime,103),'/','')
FROM myView
I added that to my create view statement (the ssis exports an entire view) and it...
November 23, 2012 at 3:25 am
ok thanks...
I have solved my own problem by hard coding in credentials for a user with access only to the reportserver...using this forum post:
November 22, 2012 at 6:03 am
Thanks, I have already done that..it works when browsing to the pages directly from the users I have setup.
However how do I set it up so I can browse the...
November 22, 2012 at 5:40 am
Stewart "Arturius" Campbell (11/22/2012)
You will need to configure Reporting Services using the Reporting Services Configuration Tool
Thanks for that - any more specific advice?
I have already configured the site and I...
November 22, 2012 at 4:34 am
RAID - Redundant Array of Independant Disks - it is a tool used to ensure data integrity. RAID uses a number of Hard Disks to ensure better data integrity...
November 12, 2012 at 4:32 am
Viewing 15 posts - 16 through 30 (of 34 total)