Viewing 15 posts - 5,701 through 5,715 (of 9,253 total)
jim.hamer (4/15/2012)
so I had to create a new user that is local to the test server.
You said you restored the database back to the same server as the original and...
April 15, 2012 at 11:51 pm
balasach82 (4/14/2012)
1. After dividing the tempdb into "n" number of files, do we need...
April 15, 2012 at 3:01 pm
cc 49739 (4/15/2012)
April 15, 2012 at 2:49 pm
You moved a copy of the database, what did you do about the logins that access the database did you transfer these too?
Open a new query window against the newly...
April 15, 2012 at 2:24 pm
Hbruce (4/15/2012)
The remote site users are experiancing long delays in accessing data (Due to the large size of the database) from the main site.
The size of he database has absolutely...
April 15, 2012 at 10:37 am
pawan_amity (4/15/2012)
Ho w I can have sql server 2008 R2 cluster installation guide on vmware?
Send me your email address and I'll send you my guide
April 15, 2012 at 5:35 am
Hbruce (4/14/2012)
April 14, 2012 at 8:47 pm
Why aren't you using .net roles and authorisation it has all you need for this
April 14, 2012 at 8:36 pm
Log shipping would work, you just need to make sure that the administrator at the time of any failure is well versed at bringing SQL server databases online and general...
April 13, 2012 at 12:36 pm
KTG (4/13/2012)
I know I am leaving a lot out
Way too much for us to make a sensible recommendation.
KTG (4/13/2012)
April 13, 2012 at 12:26 pm
praspras42 (4/13/2012)
I just want to know that can i write a
procedure with the help of which i can take the
backup of...
April 13, 2012 at 8:16 am
Henrico Bekker (4/13/2012)
Sys db's on own diskuser db's on own disk.
I never see a need to dedicate a whole drive\volume to what are essentially little used and extremely small...
April 13, 2012 at 7:21 am
Can you detail the exact steps you are taking and the options you are using to create the linked server?
April 13, 2012 at 7:14 am
chumphrey 12211 (4/12/2012)
SELECT NAME FROM sysusers WHERE issqluser = 1 and (sid is not null and sid <> 0x01) and suser_sname(sid) is NOT null ORDER BY name
Firstly, use the catalog...
April 13, 2012 at 6:24 am
Viewing 15 posts - 5,701 through 5,715 (of 9,253 total)