Topics
Started by
Posts
Last post
CREATE TABLE [dbo].[ITEM2] ( [WgtGrp] [varchar] (255) COLLATE Latin1_General_CI_AS NOT NULL ,…
7 replies
I am looking for a way to write a dynamic trigger to insert rows into a transaction log. I ca…
18 replies
We have a new production environment we are moving our databases to, the maximum permissions any us…
1 replies
Hi, I have a project where I need to develop a solution to send e-mail message to thousands of reci…
12 replies
Hi I have an overnight process that takes transactions from an external system & applies update…
3 replies
Hello. I'm trying to write a stored procedure in SQL Server 2000 that will accept a parmeter and at…
6 replies
I bought a component to do calculations based on Zip code distances, and I'm trying to create a sto…
4 replies
Im using triggers to track changes Insert/Update/Deletes on my DB tables and they work for when i a…
3 replies
I have a huge problem at hand.... I have a lot of addresses in which I have to add a comma just bef…
6 replies
I run a site where people can sell specific products. I have a products table that contains all the…
5 replies
Is there any way through T-SQL code to add IDENTITY property to a column with primary key constrain…
7 replies
Can i execute stored procedure from enterprise manager? Thanks.
1 replies
The error I get is: A Domain Error Occurred for the below stored procedure. When I researched it on…
1 replies
I have a table with data that looks like this: COL1 COL2 CATEGORY 1 1a A 2 1b A 3 2 A 4 …
2 replies
I'm trying to use the system stored procedure sp_SQLExecuteSQL to run dynamic SQL within an …
1 replies
Viewing 15 topics - 12,076 through 12,090 (of 17,082 total)
You must be logged in to create new topics.