Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #916
| From | "Bob Barrows" <reb01501@NOyahooSPAM.com> |
|---|---|
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Re: Break Up Large Table Query Into Results of N Rows |
| Date | 2012-01-31 16:49 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <jg9nm0$kbv$1@dont-email.me> (permalink) |
| References | <eb6a2653-8609-495a-b05f-16a104b22f05@y10g2000vbn.googlegroups.com> <5609f740-b8b5-4876-8a4a-5633aa91a3a8@eb6g2000vbb.googlegroups.com> |
pbd22 wrote: > On Jan 31, 9:57 am, pbd22 <dush...@gmail.com> wrote: >> Hi. >> >> I am working in SQL Server 2005 and want to break up a table of 1M >> rows into distinct results of 80,0000. >> >> I feel like this is basically >> >> use [database] >> >> select * from [table] >> where email_address like '%gmail.com' >> group by ???? >> >> I am messing up with the group by (if this is the right way to go). >> How do achieve this? >> >> Thanks. > > Anybody? To people use this group any more? We sure do, but I, for one, don't understand your question. maybe show us: CREATE TABLE statement INSERT STATEMENT with sample data desired results from supplied sample data and we'll have a better chance of understanding your request (first off, what's 80,0000 mean?)
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Next in thread | Find similar
Break Up Large Table Query Into Results of N Rows pbd22 <dushkin@gmail.com> - 2012-01-31 06:57 -0800
Re: Break Up Large Table Query Into Results of N Rows pbd22 <dushkin@gmail.com> - 2012-01-31 12:50 -0800
Re: Break Up Large Table Query Into Results of N Rows "Bob Barrows" <reb01501@NOyahooSPAM.com> - 2012-01-31 16:49 -0500
Re: Break Up Large Table Query Into Results of N Rows Erland Sommarskog <esquel@sommarskog.se> - 2012-01-31 23:03 +0100
Re: Break Up Large Table Query Into Results of N Rows pbd22 <dushkin@gmail.com> - 2012-02-01 07:34 -0800
Re: Break Up Large Table Query Into Results of N Rows "Bob Barrows" <reb01501@NOyahooSPAM.com> - 2012-02-01 15:36 -0500
Re: Break Up Large Table Query Into Results of N Rows Erland Sommarskog <esquel@sommarskog.se> - 2012-02-01 23:54 +0100
csiph-web