Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
sushant
Starting Member
2 Posts |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-07-31 : 11:50:07
|
| >> using a administrator accountIt's not sysadmin on the server which probably means it's not a local administrator.Are you sure you are connecting as that account==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
sushant
Starting Member
2 Posts |
Posted - 2007-07-31 : 11:54:20
|
| What will be the solution to this problem.... |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-07-31 : 12:15:15
|
| You need to add the login you are connecting with to the sysadmin role (well you don't need that much but it's the easiest thing to do).If your login is a local administrator then it will automatically be in sysadmin (unless you have prevented it).==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-31 : 22:37:53
|
| Your sql login should be member of database creator server role at least. |
 |
|
|
|
|
|