Topics
Started by
Posts
Last post
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
Is there a command that will ensue the sql script does not exit execution if there is a critical er…
1 replies
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
The following statement keeps saying ResourseOwner.UserID is and invalid object name. What am I do…
2 replies
Hi All, I would like to get the logical/physical model of a database. I have been asked to analyze …
7 replies
Hello, I have to integrate two applications, I have to read, from my sql Server, a xml file in a we…
12 replies
Hello, I'm trying to compare 1 table to another that contains extra info that I need. IE Table 1 h…
2 replies
how to delete the duplicate records from a table? like Item is a table and its columns are Item(IID…
17 replies
Viewing 15 topics - 4,621 through 4,635 (of 12,230 total)
You must be logged in to create new topics.