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: 29 posts per thread
Forum activity: 78 active threads during last week
 

Posting activity on New to SQL Server:

  Week Month 3 Months
Threads: 78 344 869
Post: 262 1,003 2,541
 

New to SQL Server Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
X002548
40
user's latest post:
BCP queryout
Published (2009-11-13 15:22:00)
> let me get this straight 1. You are bcping data out of mobile laptops to a central file location 2. You are then bcping that data into a central sql server database 3. Then you combine all the data into 1 table How does the file get to a central location Is it on a network? If it is, why can't you just use T-SQl and put the data into the central database to begin with? Brett 8-) Hint: Want your questions answered fast? Follow the...
webfred
15
user's latest post:
delete records from data base
Published (2009-11-14 18:01:00)
> The question is: How to decide which records are the last 10? No, you're never too old to Yak'n'Roll if you're too young to die.
madhivanan
14
user's latest post:
Retrieving records for the...
Published (2009-11-13 02:12:00)
> quote: Originally posted by kiesh i am using mysql select * from tablename where datecolumn>=current_date() and datecolumn<adddate(current_date() ,interval 1 day) Madhivanan Failing to plan is Planning to fail
tkizer
14
user's latest post:
delete records from data base
Published (2009-11-14 23:09:00)
> DELETE FROM YourTable WHERE YourID < 551662 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."
khtan
12
user's latest post:
truncate and delete issue
Published (2009-11-13 08:24:00)
> any trigger on the table ? KH Time is always against us
sql_newbie121
11
user's latest post:
Help in Query
Published (2009-11-12 16:49:00)
> I updated the profile, but will others be able to see the details of me?
visakh16
11
user's latest post:
SELECT * TO XML OUTPUT
Published (2009-11-13 09:26:00)
> have a look at for xml feature in sql. that should give you a start
russell
11
user's latest post:
truncate and delete issue
Published (2009-11-13 21:59:00)
> I like steak
aakcse
10
user's latest post:
truncate and delete issue
Published (2009-11-13 13:06:00)
> I am talking to my DBA even he is surprised, may be ssma has cached records for the large table, as I have loaded this table partially at first go, due to failure I need to restart the process, hence was trying to truncate/delete existing records and upload the table. I dropped the table, and when I recreated only structure using ssma, surprisingly it has records in it.
thommo41
6
user's latest post:
Select statement help? DATEPART...
Published (2009-11-12 04:25:00)
> I'm editing a stored procedure, which feeds the Web-based reports. At the top of the stored procedure is... @StartDate datetime, @EndDate datetime, Later there is... declare @TimeZoneId int execute @TimeZoneId = [TimeZoneAdjustReportDates] @TimeZone, @StartDate output, @EndDate output These two values are passed via the web front end for the reports I believe, as you can report on pre-set periods (this week, this month, last month...
 

Latest active threads on New to SQL Server::

SQL Server Forums
Started 1 day ago (2009-11-15 07:37:00)  by Sitebuilders
> Someone has an answer to this issue ?
Thread:  Show this thread (6 posts)   Thread info: SQL server - OVER SQL construct not supported Size: 236 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQL server - OVER SQL construct not supported :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 1 day ago (2009-11-15 07:19:00)  by senthil_nagore
> You can take take Script and run it in 2005, but data can't be copied! Senthil.C -------------------------------------------------- ---- [Microsoft][ODBC SQL Server Driver]Operation canceled http://senthilnagore.blogspot.com/
Thread:  Show this thread (3 posts)   Thread info: Can I move from using sql 2000 to sql 2005 Size: 535 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Can I move from using sql 2000 to sql 2005 :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 4 days, 16 hours ago (2009-11-11 15:51:00)  by tkizer
> Could you at least show us what you have tried? 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 (23 posts)   Thread info: delete records from data base Size: 758 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: delete records from data base :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 3 days, 7 hours ago (2009-11-13 00:32:00)  by bklr
> r u using mssql or oracle? if ur using oracle use sysdate function
Thread:  Show this thread (8 posts)   Thread info: Retrieving records for the current date only Size: 271 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Retrieving records for the current date only :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 1 day, 23 hours ago (2009-11-14 09:03:00)  by webfred
> Hahahaha! Select DISTINCT in combi with Row_Number() No, you're never too old to Yak'n'Roll if you're too young to die.
Thread:  Show this thread (2 posts)   Thread info: Selecting a record only once with the paging Size: 465 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Selecting a record only once with the paging :: New to SQL Server :: SQL Server Forums"
SQL Server Forums
Started 1 day, 23 hours ago (2009-11-14 08:35:00)  by webfred
> You are joining dbo.INV1 twice so you have to give different alias names for them. For example you can do it like this: dbo.INV1 as Inv1_Doc ON dbo.OINV.DocEntry = Inv1_Doc .DocEntry LEFT OUTER JOIN dbo.INV1 as Inv1_Base ON dbo.ODLN.DocEntry = Inv1_Base .BaseEntry Now you have use that aliases in your select list and WHERE-clause instead of dbo.INV1 ...
Thread:  Show this thread (2 posts)   Thread info: Correlation Size: 903 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Correlation :: New to SQL Server :: SQL Server Forums"
 

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

New to SQL Server
RE: Help in Query - 25 new posts
Started 3 days, 20 hours ago (2009-11-12 11:34:00)  by X002548
> Well let's get even simpler What version of SQL Server are you using What is the name of the table and column you are looking at? 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 (25 posts)   Thread info: Help in Query Size: 847 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help in Query :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 4 days, 16 hours ago (2009-11-11 15:51:00)  by tkizer
> Could you at least show us what you have tried? 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 (23 posts)   Thread info: delete records from data base Size: 758 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: delete records from data base :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 2 days, 23 hours ago (2009-11-13 08:23:00)  by russell
> when you delete, what message is returned?
Thread:  Show this thread (20 posts)   Thread info: truncate and delete issue Size: 241 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: truncate and delete issue :: New to SQL Server :: SQL Server Forums"
New to SQL Server
RE: BCP queryout - 12 new posts
Started 2 days, 21 hours ago (2009-11-13 10:43:00)  by tkizer
> You need to specify the -S switch so that it knows what SQL Server to use. 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 (12 posts)   Thread info: BCP queryout Size: 785 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: BCP queryout :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 6 days ago (2009-11-10 07:23:00)  by madhivanan
> where ( [DomainLog].[StartTime]>=dateadd(day,datediff(day, 0,getdate()),'8:30') and [DomainLog].[StartTime]<=dateadd(day,datediff(day, 0,getdate()),'12:30') ) or ( [DomainLog].[StartTime]>=dateadd(day,datediff(day, 0,getdate()),'13:15') and [DomainLog].[StartTime]<=dateadd(day,datediff(day, 0,getdate()),'17:00') and ) Madhivanan Failing to plan is Planning to fail...
Thread:  Show this thread (11 posts)   Thread info: Select statement help? DATEPART... Size: 662 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Select statement help? DATEPART... :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 6 days, 23 hours ago (2009-11-09 08:22:00)  by ashishashish
> let us see your query. iF theRe iS a wAy iN tHen theRe iS a wAy oUt..
Thread:  Show this thread (10 posts)   Thread info: SQL Query timeout issue Size: 281 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQL Query timeout issue :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 5 days, 19 hours ago (2009-11-10 13:04:00)  by visakh16
> update a set a.public_id = b.public_ID from userlist a inner join member.dbo.members b on a.board_ID = b.member_number where a.board_ID is not NULL
Thread:  Show this thread (10 posts)   Thread info: Query runs, but never finishes.... Size: 445 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Query runs, but never finishes.... :: New to SQL Server :: SQL Server Forums"
New to SQL Server
RE: Numeric split - 10 new posts
Started 4 days, 2 hours ago (2009-11-12 05:16:00)  by khtan
> fnFilterString KH Time is always against us
Thread:  Show this thread (10 posts)   Thread info: Numeric split Size: 580 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Numeric split :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 4 days, 9 hours ago (2009-11-11 22:43:00)  by russell
> First, this is a MS SQL Server forum. This is different from mySQL. You may try posting at mysql.com forums. But, here's a few answers to your questions: 1. Relational Theory. This essentially means normalizing your data (and creating relationships between data sets -- tables). THAT means, no duplication of data in your tables (or at least as little as possible). ...
Thread:  Show this thread (8 posts)   Thread info: 10 Questions in 10 minutes (Beginner) Size: 2,041 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 10 Questions in 10 minutes (Beginner) :: New to SQL Server :: SQL Server Forums"
New to SQL Server
Started 3 days, 7 hours ago (2009-11-13 00:32:00)  by bklr
> r u using mssql or oracle? if ur using oracle use sysdate function
Thread:  Show this thread (8 posts)   Thread info: Retrieving records for the current date only Size: 271 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Retrieving records for the current date only :: New to SQL Server :: SQL Server Forums"