473,767 Members | 2,152 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can I join your Group

I am MCDBA, I like your group, and i need to join it as a member
but i do NOT know How .
Please help
Thank You
maged.

Mar 25 '07 #1
4 2050
On 25 Mar 2007 00:59:44 -0700, ma******@gmail. com wrote:
>I am MCDBA, I like your group, and i need to join it as a member
but i do NOT know How .
Please help
Thank You
maged.
Hi maged,

There is no need to "join" this group. Just read messages if the usbject
interests you, post questions if you have any, post replies if you
happen to know the answer to other people's questions, etc.

I see from the headers of your message that you are accessing this group
through the Google Groupps interface. Maybe you are thinking that this
group is specific to Google. It is not. This is a group on usenet,
available to anybody who can access a usenet server. This grooup is also
mirrored on several web sites (Google Groups being one of them), using a
different layout but presenting the same content.

I know that Google Groups has *also* a number of groups exclusive to
Google Groups. Maybe these do require people to "join" the group; I
don't know, since I don't use Google Groups. I seem to recall seeing
them once, and noting that on the Google interface, there is no easy way
to tell the difference between a private Google group and a public
Usenet group mirrored on Google. But resst assured - this group
(comp.databases .ms-sqlserver) is a public Usenet group; there is no
formal or informal process required to join - just read, write and
enjoy!

--
Hugo Kornelis, SQL Server MVP
My SQL Server blog: http://sqlblog.com/blogs/hugo_kornelis
Mar 25 '07 #2
On Mar 25, 1:27 pm, Hugo Kornelis
<h...@perFact.R EMOVETHIS.info. INVALIDwrote:
On 25 Mar 2007 00:59:44 -0700, maged...@gmail. com wrote:
I am MCDBA, I like your group, and i need to join it as a member
but i do NOT know How .
Please help
Thank You
maged.

Hi maged,

There is no need to "join" this group. Just read messages if the usbject
interests you, post questions if you have any, post replies if you
happen to know the answer to other people's questions, etc.

I see from the headers of your message that you are accessing this group
through the Google Groupps interface. Maybe you are thinking that this
group is specific to Google. It is not. This is a group on usenet,
available to anybody who can access a usenet server. This grooup is also
mirrored on several web sites (Google Groups being one of them), using a
different layout but presenting the same content.

I know that Google Groups has *also* a number of groups exclusive to
Google Groups. Maybe these do require people to "join" the group; I
don't know, since I don't use Google Groups. I seem to recall seeing
them once, and noting that on the Google interface, there is no easy way
to tell the difference between a private Google group and a public
Usenet group mirrored on Google. But resst assured - this group
(comp.databases .ms-sqlserver) is a public Usenet group; there is no
formal or informal process required to join - just read, write and
enjoy!

--
Hugo Kornelis, SQL Server MVP
My SQL Server blog:http://sqlblog.com/blogs/hugo_kornelis
Hi Hugo Kornelis
Thank you for your reply , and I will be more gratefull to you if you
recommnd other database groups that I can participate
Thank you again
Maged

Mar 25 '07 #3
On 25 Mar 2007 11:24:22 -0700, ma******@gmail. com wrote:
>Thank you for your reply , and I will be more gratefull to you if you
recommnd other database groups that I can participate
Hi Maged,

My main interest is MS SQL Server; that's why I'm active in this group.
I also participate in several groups in the microsoft.publi c.sqlserver.*
hierarchy. There are a lot of groups there; I'd advise you to check the
list and see which subjects carry your interests.

I know that there are also other groups on internet, not visible on
usenet. But since I prefer to access the groups through a usenet reader,
I don't know them.

--
Hugo Kornelis, SQL Server MVP
My SQL Server blog: http://sqlblog.com/blogs/hugo_kornelis
Mar 25 '07 #4
maged,

Although not "groups" there are definitely two free sites that offer a great
deal of quality SQL Server information:

h**p://www.sqlserverce ntral.com
h**p://www.sql-server-performance.com

Also, you can join the Professional Association for SQL Server (PASS):

h**p://www.sqlpass.org

-- Bill


<ma******@gmail .comwrote in message
news:11******** **************@ n76g2000hsh.goo glegroups.com.. .
On Mar 25, 1:27 pm, Hugo Kornelis
<h...@perFact.R EMOVETHIS.info. INVALIDwrote:
>On 25 Mar 2007 00:59:44 -0700, maged...@gmail. com wrote:
>I am MCDBA, I like your group, and i need to join it as a member
but i do NOT know How .
Please help
Thank You
maged.

Hi maged,

There is no need to "join" this group. Just read messages if the usbject
interests you, post questions if you have any, post replies if you
happen to know the answer to other people's questions, etc.

I see from the headers of your message that you are accessing this group
through the Google Groupps interface. Maybe you are thinking that this
group is specific to Google. It is not. This is a group on usenet,
available to anybody who can access a usenet server. This grooup is also
mirrored on several web sites (Google Groups being one of them), using a
different layout but presenting the same content.

I know that Google Groups has *also* a number of groups exclusive to
Google Groups. Maybe these do require people to "join" the group; I
don't know, since I don't use Google Groups. I seem to recall seeing
them once, and noting that on the Google interface, there is no easy way
to tell the difference between a private Google group and a public
Usenet group mirrored on Google. But resst assured - this group
(comp.database s.ms-sqlserver) is a public Usenet group; there is no
formal or informal process required to join - just read, write and
enjoy!

--
Hugo Kornelis, SQL Server MVP
My SQL Server blog:http://sqlblog.com/blogs/hugo_kornelis

Hi Hugo Kornelis
Thank you for your reply , and I will be more gratefull to you if you
recommnd other database groups that I can participate
Thank you again
Maged

Mar 26 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
2639
by: StealthBananaT | last post by:
My database has two tables - films has 10,000 records and reviews has 20,000 records. Whenever I try to list all the films and the count of its reviews, MySQL locks and I have to restart the service. Here's the SQL... SELECT films.*, COUNT(reviews.id) FROM films LEFT JOIN reviews ON films.id = reviews.filmID GROUP BY films.id LIMIT 0, 100;
4
1371
by: Denis St-Michel | last post by:
Hello All, Hope some Guru will be able to help me with this. Let's take this example table A ------------------------------------------------------------------------------- id | TicketNo | evaluation | Username ------------------------------------------------------------------------------- 1 1 9 Jamie 2 1 8.5 ...
1
4624
by: Quarco | last post by:
Hi, Suppose I have a query like: SELECT products.name AS product, SUM(IF(stock.invoice=0,1,0)) AS in_stock, SUM(IF(shopcart.status=1,1,0)) AS reserved FROM products LEFT JOIN stock ON products.id=stock.product_id
2
1398
by: gimme_this_gimme_that | last post by:
Can this statement be translated into DB2 ? CREATE VIEW RELEASE_REPORTS AS (SELECT RI.GROUP_ID AS GROUP_ID, RI.RELEASE_ID AS RELEASE_ID, RI.TARGET_REL_ID, RI.REL_DROP, B.DROPCOUNT , DECODE(RI.REL_DROP, NULL , B.DROPCOUNT ) AS RCOUNT, RI.CREATED_DATE AS DATE_ENTERED, RI.QA_TARGET_DATE AS DATE_SCH_QA, RI.TARGET_DATE AS DATE_SCH_PRD, Y.READY_FOR_QA,
52
6348
by: MP | last post by:
Hi trying to begin to learn database using vb6, ado/adox, mdb format, sql (not using access...just mdb format via ado) i need to group the values of multiple fields - get their possible variations(combination of fields), - then act on each group in some way ...eg ProcessRs (oRs as RecordSet)... the following query will get me the distinct groups
3
2090
by: ssims | last post by:
I've been thinking about this problem for awhile, and can't seem to come up with a valid answer. I've got two tables, Surveys and Instructors. When a survey is completed there are one or two instructors associated with it (no surveys with zero, and no surveys with more than two). I'd like to take the data from both tables and join them to display the results. Right now I accomplish displaying all surveys with two instructors with the...
7
2329
by: Dave | last post by:
I have a database with 3 tables, one for nominees, one for voters and one for votes. I used the following syntax SELECT `tblnominees`.`fldNominee`, Count(`tblvotes`.`fldVote`) AS `COUNT_OF_VOTES` FROM `tblnominees`
4
1781
by: tweeterbot | last post by:
Hi, I am a chemical engineer trying to design a database and I am running into some trouble. My database is going to be 'processing' raw data to get the figures we need to prepare the monthly reports. I am given data broken down by blends, plant that they are produced in, and amount, Adj Good Kgs. Each Blend belongs to a Product Group which in turn belongs to a Business Unit (the Business Units don't really come into my question though). ...
4
6786
by: shapper | last post by:
Hello, I have 2 tables: Aid, Aname ... Bid, Aid, Bname ... I need to get the records in B given a Bname and a Aname. I think I should use Inner Join. I wrote the following code:
0
9571
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9405
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9960
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8838
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6655
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5424
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3930
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2807
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.