Viewing 15 posts - 1,321 through 1,335 (of 2,897 total)
Sqlfrenzy (7/21/2010)
also check for the compatibility level of database. keep it 80.
Why ? You will miss out on many 2005 benefits.
OP: This has been covered many times. Search...
July 21, 2010 at 5:20 am
There were 12 rows that were flagged as having bad data :
Agent
--------
BA BR 1
BA BR 1
33 1U 1
1V 0B :
D2 HB 1
BU GB ...
July 20, 2010 at 1:25 pm
I'm a SSIS newbie, so it took some poking around, but I was able to find the "Redirect Row" function within the error output feature. This gave me 12 bad...
July 19, 2010 at 3:57 pm
Did the schedules within the job get disabled somehow ?
July 14, 2010 at 1:54 pm
quackhandle1975 (7/12/2010)
July 12, 2010 at 12:09 pm
y.koteswarrao-652921 (7/7/2010)
thanks for your suggestions...i able to restore further txn logs after stopat as per your suggestions , but my purpose was not met...
From the restore Txnlog_2 with stopat i...
July 8, 2010 at 12:36 pm
Did you take a full backup of the database first ?
July 7, 2010 at 7:42 pm
Are you working with SQL Logins or Windows accounts ?
For Windows accounts, I create Active Directory Groups, such as "DatabaseA_ReadWrite", then put Windows accounts such as MyDomain\MikeSmith into that group....
July 6, 2010 at 12:33 pm
Thanks a lot for the feedback !
July 4, 2010 at 10:57 pm
If you are not familiar enough with coding it in T-SQL, you can use the GUI to setup the restore and select all the files & locations. Before hitting the...
July 4, 2010 at 10:19 am
Is the database in "full" recovery, but you are not taking frequent trans log backups ?
July 2, 2010 at 1:34 pm
I just deleted a Maint Plan and it deleted the job automatically.
(SQL 2005 SP3)
July 1, 2010 at 9:18 am
In the last code example, what does " SELECT CHAR(10)" and "FOR XML PATH('') " do in this case ?
June 28, 2010 at 9:54 am
Wow ! What a great answer ! I'll give that a try.
Thanks
June 28, 2010 at 5:59 am
You could open the table with native SQL Server Management Studio. You can than open a SQL pane to put in a select statement to bring back just the data...
June 27, 2010 at 3:38 pm
Viewing 15 posts - 1,321 through 1,335 (of 2,897 total)