Topics
Started by
Posts
Last post
I want to do this: SELECT (CAST(DecryptByKey(LastName) AS NVARCHAR(200)) AS LastName + ', ' + CAST(…
3 replies
A question about Software application development and SQL database. We are implementing .net applic…
2 replies
Hi , I have below table CREATE TABLE #tmp(Date DATE, Amount Int) INSERT #tmp ( Date, Amoun…
2 replies
hey i have db in mssql and i want to select. update insert to oracle table. can i create table,vie…
1 replies
I am attempting to migrate 2012 packages that are stored in the SSISDB catalog to a 2014 instance. …
6 replies
i made linke server to oracle to schema "Ct2" with user dba . when i do openquery select = all work…
2 replies
Hi Experts, I need to solve below two issues in my SQL query, 1.query should not show any duplicat…
8 replies
Stumbled across the sp_MSForeachdb proc and thought I could use it for my problem. Trying to se…
3 replies
We recently upgraded from 2012 to 2014 at work and, ever since the upgrade, my colors have changed …
2 replies
Hi All, I have to update target table and I am good with below logic. MERGE testdb.dbo.targettable …
7 replies
SQL Server 2014 Enterprise (Initially installed SSMS only). I am getting this exception: ==========…
3 replies
To all: I am looking to create a “Change Query” between a Test and Prod table. I want to Compare N…
3 replies
I know this is a beginner type question but I am stumped. I am attempting to convert a table called…
4 replies
Hi, I'm trying to write a code to do a recursive check. I can get the below sample data from diff…
3 replies
Hello Folks, How can I convert StartTime2 so that it equals StartTime1 DECLARE @StartTime1 TIME SET…
14 replies
Viewing 15 topics - 1,801 through 1,815 (of 3,067 total)
You must be logged in to create new topics.