Viewing 15 posts - 31 through 45 (of 262 total)
Try adding this one user in a form of a DOMAINNAME\USERNAME to RS (in IIS) as a browser.
October 22, 2008 at 11:19 am
Did you ever tried Varchar(MAX).
In SQL server 2000?
October 22, 2008 at 6:20 am
You are welcome. Pretty much the same for SQL 2008.
October 21, 2008 at 9:31 am
October 21, 2008 at 9:22 am
October 21, 2008 at 9:16 am
There was a wellknown bug on SQL 2000 related to tempdb percentage auto growth.
October 21, 2008 at 9:10 am
What is the problem with creating a single Job Agent job with a step for each package?
... and email notifications on failed steps to the job operator?
October 21, 2008 at 8:28 am
Under SQL server configuration manager - make sure that SQL Server Browser service is running.
October 20, 2008 at 1:55 pm
UPDATE a
SET AccountStatus = 'Disabled'
FROM User a
INNER JOIN sheet1$ b
ON a.emailaddress = b.Emailaddress
INNER JOIN already filtering your result records.
October 20, 2008 at 12:33 pm
Actually, it is not very picky... It is simply running IIS7 and does not know if you want it to run IIS6 compatability mode without checking these options 🙂
Glad you...
October 20, 2008 at 7:29 am
Take a look on a toolset from http://www.apexsql.com
October 20, 2008 at 7:12 am
Windows server 2008 is coming in two flavors: 32 bit and 64 bit. Which one did you install?
October 20, 2008 at 7:06 am
Do you have ANY version of SQL 2005 on the same machine?
October 18, 2008 at 3:17 pm
I tried starting it from services with no success
And error message is?
October 18, 2008 at 2:43 pm
Viewing 15 posts - 31 through 45 (of 262 total)