Topics
Started by
Posts
Last post
DECLARE @TABNAME NVARCHAR(255)='dd', @LAST_CHECKED_DATE_TIME VARCHAR(100)=CONVERT(VARCHAR(20),get…
12 replies
CREATE PROCEDURE [dbo].[count] AS BEGIN DECLARE @TABNAME NVARCHAR(255), @TIME VARCHAR(100), …
5 replies
Hi guys, Can someone please help me to convert below tsql script to sqlcmd? I need to connect to a …
4 replies
Hi All, I am inserting data from customer table to fact_customer customer table has duplicate recor…
5 replies
Hi, I have following data , numbers recruited/applied for a particular office, and would like to fi…
3 replies
Good day all, I am trying to work a disaster recovery plan. I want to restore a database to a point…
6 replies
By: Thom A
So I have a stored proc INSERT INTO dbo.Table2 (Application, Timestamp, Performance, Availability) …
10 replies
I need to replace in given string all uppercase strings longer than two characters with lowercase a…
16 replies
Hi, i run Xevents to capture sqlserver.sp_statement_completed with sqlserver.plan_handle when i que…
1 replies
Hi, I've SQL 2012 SP2 and i trying to setup extended event for sqlserver.rpc_completed with duratio…
5 replies
By: Gail Shaw
col A colB Details A1ValueA Details1 A2ValueA Details2 B1ValueB Details1 B2ValueB Deta…
6 replies
hi, i would love some advice on how to best model this problem: i need to attribute grades to stude…
2 replies
By: a20213
Hello, I have the following code below that is throwing the following error: Msg 214, Level 16, Sta…
7 replies
By: oradbguru
Can anyone please give some assistance, I keep getting Logical file 'LIVE_OPERATIONS_BA' is not par…
3 replies
Hi! I need to delete all tables listed in a table named dbo.tblSum. There are 500 tables that I nee…
9 replies
Viewing 15 topics - 1,576 through 1,590 (of 4,984 total)
You must be logged in to create new topics.