Viewing 15 posts - 3,751 through 3,765 (of 4,745 total)
[quote-0
Use CROSS JOIN when you really do want a cartesian product. Use INNER JOIN when you want exact matches between 2 or more tables, use the various OUTER JOINS when...
April 10, 2009 at 4:50 am
Perry Whittle (4/9/2009)
your master database is corrupt, you cant start sql to restore the database. You dont want to rebuild or you cant cos...
April 9, 2009 at 5:33 pm
Perry Whittle (4/9/2009)
larry Hennig (3/13/2009)
April 9, 2009 at 3:14 pm
then your plan is basically fine except you don't need to copy the mssqlsystemresource files back from your backup, the resource database put in place by the install will be...
April 9, 2009 at 9:22 am
Tracey....
so, you are trashing an instance, having already saved away your system database files?
then rebuilding the instance with the same name to the exact sqme release level, followed by putting...
April 9, 2009 at 7:05 am
It all depends on what the full end to end process of connecting to the application is. They may be going through web servers, app servers as well, the holdup...
April 9, 2009 at 6:35 am
biswas4444 (4/8/2009)
1) SQL...
April 8, 2009 at 4:17 pm
Manie Verster (4/8/2009)
DBA's have the assumption that all developers are bad for a database or bad SQL programmers.
that's a common assumption about DBA's in itself Manie 🙂
April 8, 2009 at 2:10 pm
that would do it, as long as you have a backout strategy.
If you are archiving a LOT of data or there a lot of duplicates to delete you could hit...
April 7, 2009 at 4:49 pm
MSSQL is no different to mainframe databases, its always good to test your code first and ensure you get the results you want, so I would backup the database, copy...
April 7, 2009 at 4:29 pm
controversial marios, people at work saying they don't need dbas to do backup\restore now they have an expensive tool and need to justify the cost? 🙂
I think there are three...
April 6, 2009 at 3:31 pm
Paul Paiva (4/6/2009)
It seems to me that any good DBA would take pride in also being a...
April 6, 2009 at 3:10 pm
Hallowen problems occur on October 31st.
Its when a piece of code scares SQL into stack dumping.
Fix is to wait till next day and re-boot.
April 6, 2009 at 7:46 am
good article with a lot of truths in it. It is also often true that there is more credit to be gained in fixing a high profile incident then preventing...
April 5, 2009 at 10:31 am
this script, found on this site, claims to reverse engineer the SQL to re-attach databases using create..for attach command
http://www.sqlservercentral.com/scripts/Miscellaneous/30795/
haven't tried it myself.
April 4, 2009 at 1:13 pm
Viewing 15 posts - 3,751 through 3,765 (of 4,745 total)