Viewing 15 posts - 31 through 45 (of 68 total)
Hi, do you have enough space in E: drive?
Here is some documentation about a similar error:
May 12, 2009 at 5:26 am
Hi, here you have some ideas:
Beginner:
and
Developer:
http://msdn.microsoft.com/en-us/library/ms174318.aspx#
Engine:
http://msdn.microsoft.com/en-us/library/ms187875.aspx
Best Practices:
May 12, 2009 at 4:41 am
Hi, be sure that the user "NT AUTHORITY\SYSTEM" has database role membership: db_owner and RSExecRole over your databases with this error.
May 12, 2009 at 4:13 am
Here you have a good documentation:
To activate xp_cmdshell you can do it from Surface Area Configuration and activate the option.
xp_cmdshell is disabled by default for security reasons.
May 8, 2009 at 8:09 am
You could try to execute "sp_helpdb master" to see the user admin and "select * from sys.syspermissions" to see his rights.
/*
sp_helpdb master
select * from sys.syspermissions
*/
If the user is "sa" you...
May 8, 2009 at 5:38 am
May be this documentation usefull for you:
May 8, 2009 at 4:14 am
Here you have documentation:
http://www.microsoft.com/Sqlserver/2005/en/us/migration-access.aspx
May 7, 2009 at 4:19 am
If you have a user from other domain you could check trust between domains.
May 7, 2009 at 1:53 am
If you have defined a FOREIGN KEY in your child databases, you could also have a ON DELETECASCADE definition in you child database. When you DELETE from the parent database,...
May 6, 2009 at 5:46 am
You could use your ASP/PHP form(POST/GET) variable to show the user. Take care with the SQL injections.
May 6, 2009 at 5:22 am
Hi, here you have a documentation of conversion:
http://technet.microsoft.com/en-us/library/ms191530.aspx
and
http://www.tek-tips.com/faqs.cfm?fid=6157
By other way, may be a problem with the point/comma notation
May 5, 2009 at 4:07 am
Here is a very good documentation about SQL injections
May 5, 2009 at 3:57 am
In the SQL server management console - Databases you will have two databases associated with reporting services:
A) ReportServer
and
B) ReportServerTempDB
don't change its names. If something has changed you will need to...
May 5, 2009 at 3:34 am
Here is a very clear sample code
http://www.siccolo.com/Articles/SQLScripts/how-to-create-trigger-to-sms-email.html
May 5, 2009 at 3:19 am
Viewing 15 posts - 31 through 45 (of 68 total)