Viewing 15 posts - 31 through 45 (of 60 total)
The books published by WROX have been a primary source for my education in asp.net, vb.net , SQL Server Programming and SQL Server Management.
Some time ago I took a class...
November 10, 2009 at 12:42 pm
Thanks for your suggestion. I have submitted the article.
Maybe Steve will modify it for a question of the day.
November 9, 2009 at 10:21 am
Classes and books are great for learning the tools.
A project and a deadline will motivate one to find a use for the tools and dig deeper into resolving the issues...
November 6, 2009 at 4:44 pm
I believe that a currency value should be stored as a 2 decimal value.
If you make a payment to someone, the payment is to 2 decimal places.
Your calculations can be...
November 6, 2009 at 4:32 pm
Great article in today News Letter on Transaction Log.
http://www.sqlservercentral.com/articles/Design+and+Theory/63350/
November 6, 2009 at 1:05 pm
Here are three different ways you may resolve your issue.
1) Try creating a view (query) that joins the three tables, like:
Select t1.column1,t1.column2,t1.column3,t2.column1,t2.column2,t2.column3,t3.column1,t3.column3, etc listing the columns you want to show
From...
November 6, 2009 at 11:08 am
Geez! Sounds like you are jumping into the fire head first!
I have been wearing many hats for the same company for over 20 years.
We started with an Alpha Micro...
November 5, 2009 at 2:04 pm
Were you able to solve your problem?
I have a sample .MDB that I got online some time ago that shows how to concatenate rows of data.
If you want I can...
November 5, 2009 at 1:45 pm
Marcus Farrugia (10/28/2009)
Do you have an example of the table structure and data we can look at?
Hi Doug, don't really have a table structure, it would be from one column...
October 28, 2009 at 10:51 am
bitbucket-25253 (10/27/2009)
You have posted your question to a site that assists users of SQL Server, with a question concerning how to perform a task in Microsoft's ACCESS.
You would be...
October 27, 2009 at 2:51 pm
Marcus Farrugia (10/20/2009)
ie,
col1
row1: 'a'
row2: 'b'
row3: 'c'
desired result: 'abc'
thank you...
October 27, 2009 at 1:12 pm
Frances L (10/27/2009)
data in the table isAARON ADAN
AARON BRIDGES
A DIX
A GERALD
A HUSSAM
A JAMES, III
HUSSAM Jr
HUSSAM Jr.
A JAMES Sr.
I want to get the data
as
AARON
AARON
DIX
GERALD
HUSSAM
JAMES
HUSSAM
HUSSAM
JAMES
Thx.
How do you tell...
October 27, 2009 at 12:56 pm
Frances L (10/22/2009)
FIRSTNAME
[AARONb][/left] A
AARON ADAN
AARON BRIDGES
A DIX
A GERALD[/i]
A HUSSAM
A JAMES, III
A JEFFREY
I am trying to extract the...
October 27, 2009 at 12:43 pm
Maybe the OP needs terminal services to connect and run the applications on the servers?
October 8, 2009 at 5:11 pm
Viewing 15 posts - 31 through 45 (of 60 total)