Topics
Started by
Posts
Last post
I am trying to discern the various aspects of the t sql behind this stored proceedure. Has anybody…
1 replies
Hi all I want to execute an SP to all the databases. But i don't have the SP in all of them. Please…
1 replies
Hi all, I have created the trigger for audit purpose. I just wanted to have on column to be instert…
3 replies
what is the command to find out 2nd highest salary in a salary column
1 replies
Here's one example: declare @LockCount int, @WhereClause varchar(1000) set @WhereClause = ' Projec…
2 replies
I am exporting my sql table to the access database. My text fileds in SQL are stored as varchar(50)…
1 replies
Hi all. I am exporting shipment data from a UPS system to an internal SQL Server 2005 table. I don'…
6 replies
I am trying to send the output from sp_helplogins to a table, however, whenever I run it the result…
3 replies
Can anyone tell me how to rewrite this query in ANSI SQL: 1992 instead of using the *= operator for…
1 replies
I am getting an error (20598) row not found. I am given a transaction sequence number and I n…
1 replies
I am migrating another SybaseSQLA db to SS2K5. SybaseSQLA has a DATE datatype whi…
4 replies
Hi, I'm trying to figure a set-based way to do the following... I have a table: TableA ColA ColB…
7 replies
I have a index maintenance SP that I would like to create in all user databases. I've tried using …
8 replies
Table : EmpProject Emp Project John CCT1 Lee CDT2 Ra…
4 replies
I am trying something like code below... I am getting @TableName from a separate table and need to …
2 replies
Viewing 15 topics - 11,596 through 11,610 (of 12,230 total)
You must be logged in to create new topics.