Programming Journal C#, Java, SQL and to a lesser extent HTML, CSS, XML, and regex. I made this so other programmers could benefit from my experience.
Sunday, March 2, 2008
SQL Server Management Studio Express Review
SQL Server Management Studio Express is fine GUI for manipulating your database. Unfortunately, the problems I've been having are due to the complete lack of robustness. Try copying over 500 records to your table via the cut and paste Excel method and you should expect the program to freeze up and maybe have success. I would recommend using your own stored procedure (SPROC) for data uploading tasks. It is more cumbersome, but at least it works for large data handling.
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2008
(54)
-
▼
March
(11)
- const and static declarations
- Simulating a time spanned event with the sleep event
- Configure SQL Database for User Login
- Running a client-side application using javascript...
- Setting focus in a user control
- Giving Stored Procedure Permissions
- Prevent wrapping in table cell
- Previewing a TextBox that has HTML with a Popup Wi...
- SQL Server Management Studio Express Review
- Unable to cast object of type Foo to object of typ...
- Setting up form for HTML Email and Avoiding HttpRe...
-
▼
March
(11)
No comments:
Post a Comment