|
-
Oct 19th, 2011, 01:59 PM
#4
Re: Searching SQL Server Management Studio 2008
 Originally Posted by techgnome
you mean like a simple select statement?
select * from someTable where someField = someCriteria?
that's what I use... and then to update:
update tblSomething
set field = newvalue
where someField = someCriteria
-tg
I did the select. And I'm doing the update now, but I want to be able to see the entire row and update it in the designer, to make sure I'm not messing up anywhere. I'd feel a lot more comfortable than running an update.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|