Topics
Started by
Posts
Last post
Lets say for example that you're working on a database to manage projects. You have a main table th…
2 replies
I have SQL Server 2005 Enterprise installed on a server. There is one instance of the server, named…
2 replies
I installed SQL Server 2005 developer version on my old PC for the sake of learning more about SQL …
4 replies
If there are two databases on the same server, where one of the databases contains a table that for…
2 replies
I have the follow SQL: SELECT DISTINCT t1.Col1, t2.Col1 FROM Table1 t1 LEFT OUTER JOIN Table2 t2 …
2 replies
Hello SQL Experts, I have stumbled upon this site, so I joined because I know this is probably the …
4 replies
The first in a series on basic administration of SQL Server servers and databases. http://www.sqlse…
35 replies
We have a query in access that works very well. SQL syntax as follows: --- --- --- SELECT dbo_CallL…
1 replies
Hi, I have written an Stored Procedure and have problem for converting varchar Type to bigint, for …
3 replies
Hi all, I have a database that I do transaction log backups every 4 hours on, and nightly full back…
4 replies
Hi, I am new in SQL 2000 Log Shipping. I have a set up of Log Shipping into 3 servers, primary, sec…
1 replies
I recieved some datasets in excel, they have a unique ID field with a numeric value but with a lead…
14 replies
Hi, I have two tables within the same database, both have several datetime columns in the format i.…
12 replies
Hi Guys, I have a cms'd website that uses a sql2000 database to store all the pages' content in a t…
5 replies
Hi, create table temp11 (datecolumn datetime) insert into temp11 values (getdate ()) insert into te…
8 replies
Viewing 15 topics - 586 through 600 (of 2,871 total)
You must be logged in to create new topics.