Topics
Started by
Posts
Last post
CREATE TABLE #t (a tinyint NOT NULL, b VARCHAR(10), c VARCHAR(10)) GO INSERT #t (a, b,c) VALUES (1,…
9 replies
Correct me If I'm wrong, It is possible to take a 2008k r2 express database and upload it into a f…
2 replies
Hello everyone. Recently, I needed to apply a clustered index to a table. I first performed the op…
7 replies
Hi Experts, Requirement: I have 2 databases in same server. Database1: SourceDB and Table: dbo.queu…
1 replies
Hi all When I was trying to drop a login account, I got the below error msg:- The server principal …
3 replies
i created ssis package that load data from source to destination. i have 4 columns in source and de…
6 replies
Ok, I put the whole query in here, now I have not done alot of CAST or CASE, so this was my first a…
10 replies
Hello, I'm sure that there should be a similar topic around, but with these general keyword to be s…
8 replies
My query returns multiple records for each VisitID. I only want row number 1 and 2, based on ApgarO…
6 replies
Hi all, I notice there is a high wait time from replication job and it spends a significant amount …
2 replies
Hi Guys , I am wondering how to optimize this below update statement as it probably cause table sca…
7 replies
I cannot permanently add the assembly Microsoft.Office.Interop.Excel into a SSIS script. While in t…
3 replies
Dear all, If I have a stored procedure creating and filling a temp table like #tempo1. This is usin…
6 replies
Dear All I want Query for following scenario. In My table we are storing each student three level o…
8 replies
I have a freshly installed SQL Server and I keep getting the same error on some of the actions I at…
4 replies
Viewing 15 topics - 1,801 through 1,815 (of 30,188 total)
You must be logged in to create new topics.