Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

New to SQL Server | Forum profile

Forum profile page for New to SQL Server on http://www.sqlteam.com. This report page is the aggregated overview from a single forum: New to SQL Server, located on the Message Board at http://www.sqlteam.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "New to SQL Server" on the Message Board at http://www.sqlteam.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: SQL Server Forums - New to SQL Server (site profile, domain info sqlteam.com)
Title: New to SQL Server
Url: http://www.sqlteam.com/forums/forum.asp?FORUM_I...
Users activity: 3 posts per thread
Forum activity: 160 active threads during last week
 

Posting activity on New to SQL Server:

  Week Month 3 Months
Threads: 160 367 897
Post: 565 1,145 2,730
 

New to SQL Server Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
X002548
61
user's latest post:
SQL 2000 - Blank Date()
Published (2009-11-21 09:42:00)
> That's a presentation issue And actually that date really is represented by 0 You should make the column nullable And in the front end, when null, display nothing 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
russell
45
user's latest post:
I actually need an advice on...
Published (2009-11-23 21:39:00)
> Please let me know which pharmacies. I want to be sure I don't allow my personal/medical information to be stored by, or put my family's well being in the hands of a pharmacy that isn't willing to hire a professional to manage their information.
madhivanan
33
user's latest post:
Tuning
Published (2009-11-25 07:34:00)
> See the running total method http://sqlblogcasts.com/blogs/madhivanan/archive/2009/06/10/quirky-update-in-sql-server.aspx Madhivanan Failing to plan is Planning to fail
tkizer
32
user's latest post:
Need help with ORDER BY and...
Published (2009-11-24 22:43:00)
> Show us the exact code that you ran when you got that error. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with the premise that everything you've done up until this point is wrong."
intern2424
17
user's latest post:
Question about subqueries
Published (2009-11-18 21:15:00)
> Would I have to create another From car c1 and use that in the second count()
webfred
17
user's latest post:
Clusterd and Non Clusterd Index
Published (2009-11-24 13:31:00)
> Take a little time to read: http://weblogs.sqlteam.com/mladenp/archive/2007/09/18/Back-To-Basics-What-is-a-Clustered-and-a-Non-Clustered.aspx No, you're never too old to Yak'n'Roll if you're too young to die.
rds207
16
user's latest post:
Clusterd and Non Clusterd Index
Published (2009-11-24 13:27:00)
> Can anybody explain clearly with some easy example difference between and clusterd and non clusterd index..i am trying to improve the performance of a view, how does the difference in performance vary with an clustered and non clustered index.. and how many non clustered indexes can be for table or a view , i know there should be only one clustered index .. can i have same columns as a clustered and non clustered index...?
khtan
14
user's latest post:
running total by month
Published (2009-11-25 19:22:00)
> SELECT title, YEAR(paymentDate) AS 'Year', datename(mm, paymentDate) AS 'Month', datepart(wk,paymentDate) AS 'Week', count(*) AS [Units sold], r.[Running total] from transactions t cross apply ( select count(*) AS [Running total] from transactions x where x.title = t.title and datediff(wk, 0, x.paymentDate) <= datediff(wk, 0, t.paymentDate) ) r KH Time is always against us
ConradK
12
user's latest post:
Counter? What?
Published (2009-11-24 13:32:00)
> That is really cool. I totally get that. Thanks alot guys.
visakh16
11
user's latest post:
Need help for querry
Published (2009-11-23 09:12:00)
> Select Functinality, count(TestScript) as [Total Test Cases], count(case when Status='Passed' then 1 else null end) as [pass count] , count(case when Status='failed' then 1 else null end) as [fail count] from Results group by TestScript
 

Latest active threads on New to SQL Server::

SQL Server Forums
Started 1 day, 11 hours ago (2009-11-26 11:36:00)  by Transact Charlie
> that depends on how you are storing them. What's the data type of the column in question? If you are storing them as VARCHAR's then you'd do something like: UPDATE <yourTable> SET <TEL NUMBER COLUMN> = '246' + <TEL NUMBER COLUMN> (if you want to do all the rows) Charlie ================================================== ============= Msg 3903, ...
Thread:  Show this thread (2 posts)   Thread info: Adding a prefix to a set of fields Size: 913 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Adding a prefix to a set of fields :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 1 day, 14 hours ago (2009-11-26 08:32:00)  by madhivanan
> What is the logic? Why is ambrella10 and not ambrella1? Madhivanan Failing to plan is Planning to fail
Thread:  Show this thread (4 posts)   Thread info: Select ? Size: 333 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Select ? :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 1 day, 13 hours ago (2009-11-26 09:06:00)  by madhivanan
> EXEC SP_help <table name> Madhivanan Failing to plan is Planning to fail
Thread:  Show this thread (2 posts)   Thread info: Doubt in SP_helpconstraint Size: 303 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Doubt in SP_helpconstraint :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 1 day, 14 hours ago (2009-11-26 08:02:00)  by shaggy
> Use Pivot
Thread:  Show this thread (3 posts)   Thread info: Help need with old school pivot Size: 208 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help need with old school pivot :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 1 day, 14 hours ago (2009-11-26 08:35:00)  by madhivanan
> If you want default value to be taken by the column, you should omit it from insert statement Refer this to know why you should not assign '' for datetime columns http://sqlblogcasts.com/blogs/madhivanan/archive/2 008/09/02/empty-string-and-default-values.aspx Madhivanan Failing to plan is Planning to fail
Thread:  Show this thread (2 posts)   Thread info: Problem in Default constraint Size: 672 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem in Default constraint :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 1 day, 14 hours ago (2009-11-26 08:01:00)  by rajdaksha
> Hi Try like this.. create table t1(col1 int, col2 int, col3 char(50)) insert into t1 values (1, 1, 'data value one') insert into t1 values (1, 1, 'data value one') insert into t1 values (1, 2, 'data value two') SELECT col1, col2, count(*) FROM t1 GROUP BY col1, col2 HAVING count(*) > 1 ------------------------- R...
Thread:  Show this thread (4 posts)   Thread info: how to duplicate records deleted? Size: 670 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to duplicate records deleted? :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 2 days, 10 hours ago (2009-11-25 12:44:00)  by vijayisonly
> Do you have a question or a problem?
Thread:  Show this thread (16 posts)   Thread info: COUNT for group by Size: 235 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: COUNT for group by :: New to SQL Server :: SQL Server Forums"
 

Hot threads for last week on New to SQL Server::

New to SQL Server
Started 1 week, 2 days ago (2009-11-18 22:21:00)  by russell
> Ok, let's start with "What is a database?" A database is a storage and retrieval sytem to store information. Let's illustrate with a simple example. You have an application where people place orders. You need to store your customer information, product information and sales. Where do you put it? In a database. MS SQL Server is one of a small handful of enterprise ...
Thread:  Show this thread (20 posts)   Thread info: What is SQL Server? Size: 1,830 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: What is SQL Server? :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 1 week, 1 day ago (2009-11-19 06:47:00)  by Transact Charlie
> Maybe this? SELECT c.[name] , o.[ordId] , o.[shipDate] , o.[total] FROM customer c JOIN ord o ON o.[custID] = c.[custId] JOIN ( SELECT c2.[city] AS [city] , AVG(o2.[total]) AS [av_city_tot] FROM customer c2 JOIN ord o2 ON o2.[custId] = c2.[custId] GROUP BY c2.[city] ) avCit ON avCit.[city] = c.[city] WHERE o.[...
Thread:  Show this thread (19 posts)   Thread info: have some problem with sql code Size: 986 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: have some problem with sql code :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 1 week, 2 days ago (2009-11-18 19:56:00)  by russell
> First, this should be a check constraint, not a trigger. Second, a logical or in SQL Server is "OR" not "||" create table CrewAssignments( boatname varChar(20), planneddepart varChar(20), crewssn int, role varchar(20), commission int, PRIMARY KEY (boatname, planneddepart, crewssn), FOREIGN KEY (boatname, planneddepart) references Charters(boatname,...
Thread:  Show this thread (18 posts)   Thread info: Need help with Triggers Size: 1,009 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need help with Triggers :: New to SQL Server :: SQL Server Forums"
New to SQL Server
RE: COUNT for group by - 16 new posts
Started 2 days, 10 hours ago (2009-11-25 12:44:00)  by vijayisonly
> Do you have a question or a problem?
Thread:  Show this thread (16 posts)   Thread info: COUNT for group by Size: 235 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: COUNT for group by :: New to SQL Server :: SQL Server Forums"
New to SQL Server
RE: Trigger Help - 12 new posts
Started 1 week ago (2009-11-20 14:54:00)  by russell
> why not just make a copy of the ddl from the customer table, then add 5 fields: date, login, host, application, username. Then your update/delete trigger simply inserts what is in the DELETED virtual table plus current_timestamp, SYSTEM_USER, host_name(), APP_NAME(), user_name(). Your insert trigger copies INSERTED plus those 5 in (if that's even necessary)
Thread:  Show this thread (12 posts)   Thread info: Trigger Help Size: 584 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Trigger Help :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 1 week, 2 days ago (2009-11-18 14:41:00)  by JJ297
> Never mind I got it: SELECT DISTINCT CONVERT(char, weekdat, 101) AS FridayDte FROM Text ORDER BY FridayDte
Thread:  Show this thread (16 posts)   Thread info: Getting last Friday of the month Size: 332 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Getting last Friday of the month :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 3 days, 23 hours ago (2009-11-23 23:47:00)  by tkizer
> Could you show us a data example of what you mean? Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with the premise that everything you've done up until this point is wrong."
Thread:  Show this thread (10 posts)   Thread info: Need help with ORDER BY and GROUP BY Size: 761 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need help with ORDER BY and GROUP BY :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 1 week, 1 day ago (2009-11-19 19:24:00)  by Bustaz Kool
> select title, retail from books where retail = (select min(retail) from books where category = 'COMPUTER') and category = 'COMPUTER' ======================================= Few things are harder to put up with than the annoyance of a good example. (Mark Twain)
Thread:  Show this thread (8 posts)   Thread info: MIN - Aggregate/non-aggregate Size: 496 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: MIN - Aggregate/non-aggregate :: New to SQL Server :: SQL Server Forums"
New to SQL Server
RE: Cursor - 8 new posts
Started 1 week ago (2009-11-20 13:31:00)  by X002548
> You're just not getting the set based thing, are you 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
Thread:  Show this thread (8 posts)   Thread info: Cursor Size: 730 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Cursor :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 1 week, 1 day ago (2009-11-19 18:35:00)  by X002548
> How the hell do you have duplicates with that? Post some of the sample result set 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
Thread:  Show this thread (8 posts)   Thread info: SQL Query problem Size: 786 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQL Query problem :: New to SQL Server :: SQL Server Forums"