Topics
Started by
Posts
Last post
I have an procedure that uses a cursor to decrement a total in one table based on value in another.…
5 replies
Hello, I have script: Select CASE WHEN (ABS.VALUE<90 AND ABC1.VALUE<140) THEN 1 ELSE 0 END AS…
5 replies
Hello Everyone, I have over 50 SQL agent jobs with SSIS packages and over 120 Databases on my SQL s…
6 replies
Code snippet: use testdb2 go DECLARE @filevalue varchar(50), @VarFileName varchar(50); exec dbo.Get…
3 replies
Hello Everyone, I am having a table with millions of rows in it and there are the columns are like …
4 replies
hi, i wanted to know , is there any overhead of begin try cache, like is there any situation it tak…
6 replies
hi, stmt 1) CREATE PROCEDURE xyz1 AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets…
1 replies
Same Server, Different database Source table CREATE TABLE [dbo].[EvalOne]( [UserID] [int] NULL, […
7 replies
I am running a simple query "select FileName from testtbl where substring(FileName,18,8) =(select …
8 replies
Hi, I need to get data from an XML file and inserted in a table in ms sql. XML file is changed and …
6 replies
I have stored procedure as following, and I am using a batch file to call this sp. anyone can help …
2 replies
Hello, We're Tuesday. It's important for what's coming. I encountered an issue on the DATENAME func…
4 replies
I have a 680M rows table. This table contains data for each customer. I need to have a rollup table…
5 replies
static number (12345) + ID number
9 replies
Hi, I have a table 'AAA' Structure: CREATE TABLE AAA (ID BIGINT PRIMARY KEY CLUSTERED,Name VARCHAR(…
2 replies
Viewing 15 topics - 1,951 through 1,965 (of 4,984 total)
You must be logged in to create new topics.