Topics
Started by
Posts
Last post
We run on a Windows 2000 Advance Server SP4/ SQL 2000. I'm writing a scripts (below) to delete reco…
6 replies
Ran accross this and can't figure it out. Why does this return 8 rows and not 7? I can limit the …
8 replies
I have a column: ALTER TABLE dbo.bat_Batches ADD Version int NOT NULL CONSTRAINT DF_bat…
7 replies
Hello, Does someone know where to find 'ignore_dup_key' parameter for an index in SQL 2000 system t…
13 replies
I am still new in t-SQL. i have a table which i would like to transform its columns into rows…
10 replies
I’m dealing with a situation where I import data from file. many columns contains negative or posit…
10 replies
Hello Friends, ..I am working on a column and want to give ""DATE"" datatype not the ""Datetime"" f…
1 replies
Hi all, Been trying to figure out a decent way of getting the next specified day of the week from a…
8 replies
Can someone please tell me what I am doing wrong? I am using SQL Server 2008 and I am looking for …
5 replies
Hi all ..Please help..This has been driving me nuts.. I have a linked server is SQL to a Pervasive …
4 replies
I have following query running very very slow. Though I have some indexes created on this table but…
3 replies
Hi, We have a legacy database in SqlSERVER 2005 where documents of all types have been stored. We …
13 replies
I have two tables: create table #A(aYr int, aCol int) insert #A(aYr,aCol) values (2008, 2) insert #…
3 replies
Is there a way to write this without an intermediate variable? CREATE FUNCTION dbo.CreditOverlap ( …
6 replies
I understand that unique constraint makes sure that each values in a column are unique (allows no d…
2 replies
Viewing 15 topics - 511 through 525 (of 17,082 total)
You must be logged in to create new topics.