SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 SQL Server 2005 Editing
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

algosdoc
Starting Member

USA
1 Posts

Posted - 07/05/2012 :  17:40:38  Show Profile  Reply with Quote
Neophyte at SQL: Have a database that is growing geometrically in size due to the fact the way our program is set up inputting the data. The new cells (new date of service) has all the new data plus does not overwrite the old data, all of which is now saved in the new cell. This creates a large amount of redundant data.
Question: Can I go into edit SQL and simply delete the unwanted datacells? Is there a program that can help me do this? Will doing this screw up access to the undeleted cells?
Thanks

David Adams

tkizer
Almighty SQL Goddess

USA
35007 Posts

Posted - 07/05/2012 :  20:04:42  Show Profile  Visit tkizer's Homepage  Reply with Quote
You can "edit" data via the SQL client tools. I use SQL Server Management Studio. It does have a GUI for edits, however it is best to write your commands. For deletes, you would use the DELETE command.

I'm not sure what you mean by a cell though. If it's like a cell in Excel, then you would be updating a row and not deleting it.

Whether or not it'll screw up things, I have no idea. That's something you would need to discuss with the person who wrote the application.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000