|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Sunday, March 01, 2009 1:56 PM
Points: 125,
Visits: 4
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 8:46 AM
Points: 2,750,
Visits: 1,410
|
|
Never mind the features, why is SQL Management Studio so pathetically slow!
Even if you put the -nosplash switch on the SQLWB.EXE it takes an age to load.
There are bits I like, or there would be if I could get to them before the next ice age.
How the hell do you show the contents of a system stored procedure? I know sp_helptext but there MUST be a better way than that!
LinkedIn Profile
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Sunday, October 21, 2012 8:59 PM
Points: 421,
Visits: 362
|
|
It is a great surpise to see that in sql2k5 we have lost the fucntionality to script a set of objects based on the settings i want. In sql2k, I can select a few objects (based on name, owner, created data or even randomly) and create the script. then i will be presented with the option of what to script (whether to have drop and create, script indexes, permissions etc) It is no more there.
Cheers, Prithiviraj Kulasingham
http://preethiviraj.blogspot.com/
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 11:03 AM
Points: 1,855,
Visits: 485
|
|
Some other problems using SSMS with a SQL 2000 instance: - You can't view or modify multi-statement TVFs. If you try, you get an error message indicating that you don't have permission to access the object, even if you are the dbo.
- You can't view or modify full-text indexing properties. This produces a very similar error message.
- You no longer have the option to see a list of permissions for a user. Instead, you have to select the specific objects, and then select each object in the list to see the associated permissions.
The first two are apparently fixed in SP1, but there doesn't seem to be any indication of when we can expect to see it. The only current workaround is to re-install the SQL 2000 tools. To work around the third problem, you can use the sp_helprotect procedure. However, this doesn't provide any simple way to see the list of objects which a user doesn't have access to.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, November 30, 2010 8:34 AM
Points: 121,
Visits: 100
|
|
Great article. I'm glad that I am not the only one who is missing these features. I especially miss the ability to DTS objects, such as SPs, from one db to another. That feature is now completely gone in SSIS! I don't see any reason why MS should not add it back in sp1. Please MS, give us an easy way to script or copy stored procedures because some organizations rely on low tech admins to perform such tasks. It used to be available in the SQL 2000 DTS wizard and was called "Copy Objects and Data Between Servers" but now that functionality is completely gone in SSIS. It supposedly can still be done by creating a SSIS project in Visual Studio but that is too much for your average admin. You're right, I think Advil's stock is going to go up as a direct result of this.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Yesterday @ 5:27 AM
Points: 804,
Visits: 423
|
|
This one is pretty minor, but since the thread is managing SQL2K with SQL2005 tools...
When you look at legacy maintenance plan history, SQL2005 cannot sort the history records by date. It implies that it can because clicking on the End Date heading changes the display, but the date is sorted as text! Consequently, 10 March is after 1 March but BEFORE 2 March. Hey Microsoft, this makes sense because...?
------------ Buy the ticket, take the ride. -- Hunter S. Thompson
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: 2 days ago @ 8:48 PM
Points: 22,
Visits: 243
|
|
I would like to emphasis that SQL 2005 is another product versus just another version of SQL 2000. On the surface it may seem some of the features have disappeared in the product, but in actuality, it provides the DBAs with more flexibility. For instance, there is an extended stored procedure facility that allows DBAs to write his own sprocs that would enhance the current xp_fixeddrives routine currently provided by today's version of SQL. SQL 2005 also has the additional benefit of allowing the programmer or DBA wrote routines using VB.NET or C#. In case to replace xp_fixeddrives just use scripting runtime library class Drive, which has property FreeSpace.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Monday, September 15, 2008 12:02 PM
Points: 1,318,
Visits: 57
|
|
Some good new features, some missing old friends...what can you do. Do register your comments with MS and maybe somethings will be restored. You will be upgraded. Resistance is futile. (Bill Gates)
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 4:39 PM
Points: 6,260,
Visits: 1,977
|
|
How the hell do you show the contents of a system stored procedure? I know sp_helptext but there MUST be a better way than that!
SELECT OBJECT_DEFINITION (OBJECT_ID ('sys.sp_help') ) I suffered this one too  Cheers,
* Noel
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 6:51 AM
Points: 2,726,
Visits: 2,928
|
|
Alex I agreed with you. SQL Server 2005 is another product. I feel liked I have to learn SQL Server all over again. 
|
|
|
|