Viewing 15 posts - 466 through 480 (of 1,524 total)
A LOT of companies are going to be in the mixed versions of SQL Server boat. I know of many myself.
I think going forward over the next 10 years...
April 11, 2014 at 7:35 am
Yep. I am in this boat. We have 7 dbs still in SQL 2000, 5 of which will be moved to 2008R2 next week. We still have a...
April 11, 2014 at 7:17 am
Depending on how complex or simple your tables are..... You might be able to simply script out the tables and then use the import/export GUI to move the data.
April 7, 2014 at 11:08 am
I don't want db users... just want logins and the server roles.
I found this to do the trick
April 7, 2014 at 5:48 am
I hope this fixes the issue. This SQL Server is only about 3 months old... has 7 under 10 gig dbs on it and this one is 100gig MDF...
April 4, 2014 at 8:40 am
Ended up opening a ticket with Microsoft Support on this case as the CHECKDB utility would not run on this one specific db twice.... There is a Windows patch...
April 4, 2014 at 6:54 am
You really need to schedule your integrity checks once a day before you do a backup. That way you know if there is corruption in the db BEFORE a...
April 3, 2014 at 9:08 am
Never thought of that... I have never created a db snapshot... In doing more research there maybe a Windows 2008 hotfix for this.
April 2, 2014 at 1:56 pm
That 'can' hold some share locks... if there are heavily updated rows that are attempting to happen as you have an open query to the data there could be some...
April 1, 2014 at 8:41 am
As far as a very strong team in the NL the Cardinals appear to be the strongest. Their one weakness last year was SS and they plugged that hole......
April 1, 2014 at 7:19 am
I guess it depends on when you say you have Mgt Studio open... are you just connected or did you have an open query or something?
I know if you 'design'...
April 1, 2014 at 5:21 am
When we did this I used the Import/Export wizard. You have to install the DB2 client on the server and config the dbs but... it works great.
March 28, 2014 at 7:18 am
It depends..... are they simply spinning up an AIX or Linux server, installing one DB2 instance and moving all of the different SQL Server dbs to it that...
March 27, 2014 at 11:25 am
JoshDBGuy (3/26/2014)
March 26, 2014 at 8:10 am
Wrong. The transaction log is critical to the database.
When you are in SIMPLE mode as transactions enter the database they are in the trans log FIRST... once they are...
March 26, 2014 at 8:07 am
Viewing 15 posts - 466 through 480 (of 1,524 total)