Topics
Started by
Posts
Last post
Hey, guys. There are countless books out there on stored procs, etc. but all that I've seen tend to…
6 replies
Newbie sql user. Created query below and ran in MS SQL Studio Manager. Keep getting the following e…
2 replies
hi everyone, i have the following table DECLARE @users TABLE ( userid int, username VARCHAR(20) )…
7 replies
I want to insert 400k rows from main table to archive table. I want to first insert 5000 rows and t…
6 replies
im trying to insert a varchar value into a datetime datatype column '1900-00-00 00:00:00.000' this…
4 replies
Hello ppl, I have a kinda tricky issue here. I have one table with master data, and a table with de…
13 replies
Hi, TableA has follwing columns and data types: col1 int col2 varchar(100) col3 ntext col4 varc…
14 replies
Hi all is there a way to retrieve records based on count condition but without using count function…
6 replies
Hi All, I am trying to generate a SQL Reporting service for one of the functionality. The data in m…
7 replies
Sql 2005: I want to compare two records in two tables that share a common "key". I want to update a…
8 replies
The database scheme consists of four tables: Product(maker, model, type) PC(code, model, speed, ram…
8 replies
I wud like to record time when a record is inserted by giving default value from table definition. …
12 replies
Hi All, I have a look up table IDTimeStampClsoe 88825/01/20091 88826/01/20090 90625/01/2009…
3 replies
Setting: sql 2005: ---- CREATE TABLE [dbo].[M]( [c1] [nchar](10) NULL, [c2] [nchar](10) NULL, [c…
1 replies
I made a table with an xml datatype column. In this column i put a xml file. There can be more xml …
2 replies
Viewing 15 topics - 7,546 through 7,560 (of 12,234 total)
You must be logged in to create new topics.