Topics
Started by
Posts
Last post
Looking at a trace table and trying to remove all the "erroneous" bits in a string e.g the declare…
8 replies
This is my table and a few data, IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID…
3 replies
Hi all, I have been asked to give the users the ability to copy a set of records within the databas…
4 replies
Hello All, I'm having an issue with adding parameters to the report with the below statement. When …
9 replies
Offhand, what's the best way to do this? DelimitedSplit8k and PatternSplitLoop seem to have potent…
19 replies
My 2 tables and data as following, CREATE TABLE [dbo].[u_CV]( [CVID] [int] NOT NULL, [nme] [nvar…
3 replies
Hi All, can you please provide the T-SQL script for the following request ? Generate script for vie…
2 replies
This is my code, table and result, declare @t_JobNoticeID table (cvid int, JobNoticeID int) insert…
5 replies
Hi All Experts, I am a newbie in SQL Server and would like your help on the following query. Please…
21 replies
Hi SSC, I've got a problem I'm trying to solve as efficiently as possible. I've attached simplified…
13 replies
My 2 table and data as following, CREATE TABLE [dbo].[u_CV]( [CVID] [int] NOT NULL, [nme] [nvarch…
1 replies
I've table and data as follow, CREATE TABLE [dbo].[x_Score]( [idx] [int] IDENTITY(1,1) NOT NULL, …
10 replies
Hello All, How do I get first day of last month of previous quarter from today's date? I know my qu…
2 replies
Hello, Running SQL 2008 R2 Enterprise. I am aware of the fundamental difference between how a scala…
8 replies
Hello, if I want to get a list of column names which is better to use INFORMATION_SCHEMA.COLUMNS or…
11 replies
Viewing 15 topics - 1,816 through 1,830 (of 10,647 total)
You must be logged in to create new topics.