all groups > sql server programming > june 2006 > threads for saturday june 24
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
OT: Database Documentation Strategy
Posted by Mark at 6/24/2006 11:32:34 PM
I'm creating a new SQL Server 2005 database with about 110 tables, some of
which have dozens of columns. I would like to document this database. What I
mean by that is I want a document that contains at least the following:
1. Each table name, and each column name per table.
2. For each colu... more >>
Test if log file exists
Posted by scott at 6/24/2006 7:02:01 PM
Is there a way to test if a log physical exists? Below is some code I'd like
to expand to test if @physNameLog exists, and then return a 1 or 0 depending
on the test result.
Any help?
CODE *********************
use master
DECLARE @dbName sysname
DECLARE @physName nvarchar(260), ... more >>
Help with query
Posted by Niclas at 6/24/2006 3:09:17 PM
Hi,
I have a stored procedure (posted below) that returns a club ranking list
with fatsest to slowest time for a swim club based on
Stroke,Distance,Course,Gender,Age. Number of rows in the ranking is based on
the @Rowcount variable passed in.
I would like to expand this query to return a... more >>
Use of 'Line numbers' for certain tables
Posted by John Linville at 6/24/2006 2:22:47 PM
Hello
Been reading posts by Celko et al about not using 'line number' column in a
table. This I can understand except in the case of a 'Invoice detail' table
where the lines must appear in a certain sequence on the customers invoice.
IE certain lines are calculated after user input - "Taxable... more >>
Help with query
Posted by John at 6/24/2006 1:13:54 PM
Hi, I would like some help with a query. I would like to delete all
rows when the key appears in one table and not the other. For example
the info in table 1 on my DB is my current work. I then import the upto
date info monthly into table 2. Currently I have to manually delete the
info from tabl... more >>
XML help
Posted by reachmano NO[at]SPAM gmail.com at 6/24/2006 6:25:04 AM
Is there an option you can add to a sql query that would give me XML
output which also includes the datatype.
Example:
I would like the XML output to show
<property name="LinkNumber" type ="Integer">101</property>
I am able to get the XML output using "For XML" in the sql but it does
n... more >>
A professional approach and customized solutions for business of all sites.
Posted by arvyly at 6/24/2006 5:07:41 AM
Professional web design and other web development services is what
Wicked Innovations specializes in, from complex integrated solutions
for business and advanced multimedia products. We offer affordable
prices, a professional approach and customized solutions for business
of all sites.
What sep... more >>
SQL Server - Accounting
Posted by pedaammulu NO[at]SPAM yahoo.com at 6/24/2006 12:24:26 AM
Accounting Software Development using SQL Server and VB.Net or ASP.Net
?
Madhav
http://www.vkinfotek.com
Kiss Goodbye to expensive training programs
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|