Viewing 15 posts - 2,056 through 2,070 (of 3,366 total)
In SQL Server 2K5 it is enabled by default. Just keep in mind the storage gets doubled, so a single character takes up two bytes.
I am not sure...
March 9, 2009 at 7:40 am
This is generally caused by SSRS dropping your connection credential so check the connection property in BIDs you will see it empty add the permissions back. You also need...
March 9, 2009 at 7:31 am
Yes you could the but the file must be static because you could store Word file in an image column and then add the column into a Rectangle. The...
March 8, 2009 at 7:51 pm
The link actually covers it about how it is an admin user account that is used for the proxy not the default Agent account. So create the proxy with...
March 8, 2009 at 7:10 pm
If I use a proxy for this, I don't see how that differs UNLESS the proxy account allows these people with lower permissions to perform all agent tasks.
The proxy account...
March 8, 2009 at 6:55 pm
No you cannot use a lower level permission because it will not run however that is the reason for the proxy account. The proxy account is not complicated you could...
March 8, 2009 at 6:31 pm
No you don't understand me I am telling you to go into Configuration Manager and use that account to run the Agent because when anything it run as a JOB...
March 8, 2009 at 6:04 pm
When called from the stored procedure in question, I do believe you are all right in saying that the called job tries to run as whoever the user is who...
March 8, 2009 at 5:38 pm
The short answer is you need to wait for VS2010 to be in beta3 or RC because VS2008 ReportViewer control does not support local mode so you need SSRS running...
March 7, 2009 at 7:01 pm
No I know how cross JOINs without the where clause can make TempDB grow because most RDBMS query processors use those JOINs to increase JOIN performance. But these links...
March 7, 2009 at 3:29 pm
Hi Jeff,
The link below says Trace Flag 1118 is not really needed in SQL Server 2005 and above because of changes made. The user is supposed do some configurations...
March 7, 2009 at 2:38 pm
I don't know why SSRS will cause TempDB to grow because it generally rejects code using temporary tables. So you need to find where and what code is used...
March 7, 2009 at 12:22 pm
In XP pro try system restore to roll the system back to a point in time before the install and run SQL Server 2005 Express with SP3, if that did...
March 7, 2009 at 8:01 am
I need to know where you are getting the OLE DB data and where you are sending it. This is 64bits so I need to know so I can...
March 6, 2009 at 9:36 pm
I sorry it took so long but here is a thread with many IBM connection configuration code let me know if you can use it. There are specific code...
March 6, 2009 at 6:49 pm
Viewing 15 posts - 2,056 through 2,070 (of 3,366 total)