Topics
Started by
Posts
Last post
What is the best/most efficient way to truncate DateTime to it's Date value only? I have a stored p…
26 replies
I have a parent child relation between to tables. Not all parents have children, some parents have…
17 replies
sample script.... declare @type char(1) set @type = 'A' if @type = 'A' begin select * into #temp wh…
2 replies
Is there a way I can convert a decimal field in SQL into a new date/time field? The values in the d…
4 replies
Dear Members, How to Convert nx1 dimension table to 1x1 dimension table here n - rows and 1 - colum…
6 replies
Hi, I posted in the wrong forum earlier. I can't get my update table to update. I know its reading …
1 replies
Hi, Can any body help me? I need a Tsql which gives the details of Login and Logout of MSSQL2000 us…
7 replies
Here's the scenario: Say we have two tables (tempTable and leaseInfo); both tables have leaseNum an…
7 replies
I have a detail file which contains over 200,000 records. I need to read each detail record sequent…
7 replies
Hello, I am trying to return a xml string from a query using MSSQL 2000. Something like this... Sel…
3 replies
Hi All, I am using SQLXMLBulkLoad.SQLXMLBulkload utility in a VBscript. I have been getting a error…
1 replies
Hello all I have cvs file format like this "0160","Abbeville","003",5,2 How to use Bulk insert with…
4 replies
How can I write a check constraint to prevent entering characters below char(32) (space) on a colum…
4 replies
Hi, My table is like this: Empid Ename 1 XXXXXx 2 …
1 replies
hi friends i am facing a problem while reading data from text file into a table using BCP utility,i…
2 replies
Viewing 15 topics - 2,011 through 2,025 (of 17,082 total)
You must be logged in to create new topics.