Topics
Started by
Posts
Last post
I have to run this code. This code is already written in a data flow task in SSIS package. I ran th…
4 replies
Hi there, I'm in the process of indexing a few columns in a few tables, most of which are of type n…
6 replies
By: ducon
Hi May you please help with the query below I am at odds as to where the error is Declare @StartPe…
6 replies
By: Trybbe
how do i get just the sql logins using sp_help_revlogin?
7 replies
Hi all, I have an output parameter in my stored procedure: alter PROCEDURE [dbo].[FinancialMembersh…
3 replies
When alter the data file size for example; USE [master] GO ALTER DATABASE [your database name] MODI…
4 replies
Would like to replace cursor with while loop in the following stored procedure or at least compare …
44 replies
Hi, I have a question regarding the documentation in BOL 2005 for the SUBSTRING function. I've been…
2 replies
By: ducon
Is there a command that will ensue the sql script does not exit execution if there is a critical er…
1 replies
By: Lowell
Can anyone explain what this stored procedure is doing create or replace PROCEDURE DWP00030_GRANT_O…
4 replies
I have a sequence of DateTime values that are written every minutes into the db: IMEI, Date 3 2009…
5 replies
I would like to generate an output which shows me the average value of Col2 for every 5 rows and th…
5 replies
CREATE TABLE #TempTable ( GroupName varchar(25), FieldName varchar(25), FieldValue varchar(25) )…
3 replies
I have a report that uses a query. It was supposed to fire off at the first of the month. It didn't…
21 replies
By: dmahesh
The following statement keeps saying ResourseOwner.UserID is and invalid object name. What am I do…
2 replies
Viewing 15 topics - 4,621 through 4,635 (of 12,234 total)
You must be logged in to create new topics.