Viewing 15 posts - 9,121 through 9,135 (of 9,248 total)
what version ESX server are you using out of interest?
July 22, 2008 at 2:52 pm
how many disks are in the array that the file sits on?
also what is the set up of sql server, where are the data and log files stored?
July 22, 2008 at 2:39 pm
in linked table manager when the login box appears use trusted connection
July 22, 2008 at 2:38 pm
use
CREATE LOGIN prova WITH PASSWORD = 'prova123prova'
my guess is the password is not being recognised
July 22, 2008 at 1:48 pm
you could use a trusted connection or a file DSN
July 22, 2008 at 1:37 pm
we have a few SQL VM's in our enterprise, personally unless there was a drastic need i would prefer to do a fresh build of the SQL server and migrate...
July 22, 2008 at 1:15 pm
Jack Corbett (7/22/2008)
Perry Whittle (7/22/2008)
datareader only applies to user tables so should be safe
Sure, but it applies to ALL user tables in the database. Using the datareader role is...
July 22, 2008 at 12:26 pm
FreeHansje (7/22/2008)
Did not link the Client Config Tool with this problem as a solution.
Now to find how to restore my Admin privilege on my pc, which also seems to...
July 22, 2008 at 12:17 pm
are the file paths exactly the same on the new server?
July 22, 2008 at 12:15 pm
what steps did you take to move the databases and what commands did you use?
what errors are you getting?
July 22, 2008 at 12:12 pm
datareader only applies to user tables so should be safe
July 22, 2008 at 12:09 pm
as wildcat mentioned above, to move a table create a clustered index on that table into the new filegroup with drop existing on the tablename. Logically when you create the...
July 22, 2008 at 11:47 am
the datareader role should grant select on tables.
of course you could modify the public role but i wouldnt recommend that
July 22, 2008 at 11:40 am
Viewing 15 posts - 9,121 through 9,135 (of 9,248 total)