Topics
Started by
Posts
Last post
Hi, i'm trying to update one database from another database and using sql server 2005. UPDATE [Clie…
3 replies
hi IF EXISTS (SELECT * FROM sysobjects WHERE type = 'U' AND name = 'SYNC_OBJECT_SEND') DROP TA…
1 replies
I am working on an ASP.NET (2.0) VB application with a SQL Server 2005 database. I use stored proc…
3 replies
Hi, I need to set a collation of one table to another. I'm using following code. declare @collation…
1 replies
Hello, Currently I am calling my SP of SQL 2005 using Asp.NET 2.0. SP is based on more than 12 sele…
9 replies
Hello, did somebody know how to call a dtsx with asp?
3 replies
HI I have a datetime object which i need to insert into myTable into a column that accepts bigint. …
10 replies
When writing a stored procedure it is usually named usp_ but I was told that SP's for reports are …
3 replies
Hi. I am currently making a stored procedure for our helpdesk to find duplicate users, update them …
2 replies
I have the following two tables. employee_master( emp_rid int primary key identity, emp_no char(2…
4 replies
Hi, I don't have a licensed copy of SQL Server 2000 in my machine. But I need to install only Books…
2 replies
We are calling sql queries to our database using multiple counts, a sum and a select statement. Do…
9 replies
HI, I am trying to define the condition on month so that my query should give me the desired result…
5 replies
If record exists in table 1 then send email to tom@yahoo.com with table1 data end if
9 replies
Hi I am developing application in Asp.net 2.0? In my application there is one Page of Customer Sati…
3 replies
Viewing 15 topics - 2,701 through 2,715 (of 4,155 total)
You must be logged in to create new topics.