Viewing 15 posts - 46 through 60 (of 81 total)
So that's the question. Ho wdo I do that?
I am logged into domain. So I should be part of network service*** accounts.
Is that not enough?
Sorry, i am a...
July 2, 2013 at 3:25 pm
Right now, when I tried I got the following error:
sg 916, Level 14, State 1, Line 1
The server principal <user> is not able to access the database "db1_Archive" under the...
July 2, 2013 at 3:20 pm
Sorry no when I changed the table name I deleted too much.
EXEC ('SELECT * INTO db1_Archive.dbo.tbl1_' + @thruPeriod +
' FROM tbl1')
July 2, 2013 at 3:09 pm
I am doing USE db1 at the top. so that should not a problem.
July 2, 2013 at 2:58 pm
I stopped the service. that put the DB out of recovery in a few minutes. Then I restored the DB. The restore happened successfully. Thanks much for your help. Greatly...
June 18, 2013 at 11:23 am
i am hoping i can create a new db and restore into that. But this would not even let me create a new db.
I got a deadline and need to...
June 18, 2013 at 10:21 am
Thanks, but that's the problem. It does not let me take it offline, detach or drop. It is just stuck with SSMS saying <db Name>(In-Recovery).
June 18, 2013 at 10:09 am
Thanks GilaMonster, but I would rather restore from backup. I have a backup just before the disaster.
June 18, 2013 at 9:39 am
Thanks, what I want to do is for each employee and for each product i wan to find the first month where YTDRate > IntRate. If it is, update the...
June 13, 2013 at 1:49 pm
I have had these tables and asp.net code to load data, but the data until now was in 1.5 m rows at a time ot causing any problem.
So I copied...
February 5, 2013 at 12:45 pm
hereit is.
create table [SalesRevenue].[dbo].tempS
( [CUSTMR_NBR] varchar(255)
,[ORCL_NBR] varchar(255)
,[CUST_NBR] varchar(255)
,[BLNG_CD] varchar(255)
...
February 5, 2013 at 11:25 am
Viewing 15 posts - 46 through 60 (of 81 total)