Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 SQL Server Client Tools for 2k8

Author  Topic 

X002548
Not Just a Number

15586 Posts

Posted - 2010-04-14 : 13:53:39
This is probably a dumb question, but what do you use to develop/admin in 2008? Is it still Manglement Studio? Or is it something else? And where can I get a copy?

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-04-14 : 14:10:36
Yes it's still SSMS. You get a copy from your 2008 media. Otherwise, you have to use Express.

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

Subscribe to my blog
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2010-04-14 : 14:49:31
I still use Query Analyser (from SQL2000 tools) for all Sproc development etc.

Its partly familiarity, of course, but also I think that many of the choices about how Insert-Commenting, Next-word-arrow-key-move, and so on work, and their shortcut-keys, are less productive than how Query Analyser did it.

But I'm sure if I had come from Visual Studio background then SSMS would have felt more familiar.
Go to Top of Page

Gunjaipallihari
Starting Member

1 Post

Posted - 2010-04-17 : 12:03:49
Hello All,
I am facing some problem in writing sql query using and condition on single column for example,suppose there is a table (Sample_Table) and with column as slno, name, age, sex

Sl.No Name Age Sex
--------------------
1 John 21 M
2 Kate 18 F
3 John 22 M
4 Peter 23 M
5 Kate 25 F
6 Steve 25 M

here is the question i would like to get the list of name(s) with john and Kate and I wrote query like below
> Select * from [Sample_Table] where name ='John' and name='Kate'
but query will not run, can any one help in finding the same and i have used joins also but i could not,




Hari Krishna.G
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-04-17 : 13:32:02
Hari, your question has absolutely nothing to do with the original poster's question so please do not hijack this thread. Instead create a new thread with your question.

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

Subscribe to my blog
Go to Top of Page
   

- Advertisement -