Topics
Started by
Posts
Last post
Hi, below is my sample query declare @Query nvarchar(max) DECLARE @Names VARCHAR(8000) Declare @tab…
10 replies
Hello , I have a table like this in sql server 20018 ID | COLA | COLB | COLC | ---------------…
7 replies
Hi Friends, I have one query which is taking huge time to execute. below is a query used in source …
2 replies
Hi All, I have a scenario where my stored procedure which usually takes 5-6 min on average to execu…
10 replies
I have a servernames table with list of servers. SERVERNAMES_TABLE ABCD EFGH IJKL MNOP QRST UVQX YZ…
10 replies
Hi, I have a table having 166 cols, and 7380000 records many indexes. index space 13 GB, Disk space…
10 replies
Please help. I'd like to rename a network file by adding date to the file name. My script likes thi…
10 replies
[font="Verdana"]:unsure: How to script triggers only and getting output in text files as same as SS…
4 replies
I'm writing a script-running routine in t-sql. Long story. Yes, it has to be t-sql. So I have the f…
2 replies
I have following data create table TestTable (id smallint identity (1,1), Score smallint ) GO INS…
2 replies
HI, I have question for using 'joins' in sql server. i just want to know that which way would be be…
3 replies
I've 3 Tables as follow, CREATE TABLE [dbo].[crpt_Comparison_Operator]( [idx] [int] IDENTITY(1,1)…
8 replies
Ok, SQL Server 2008. Problem as follows... I have a table of rates which must have the date range o…
7 replies
This statement was written by another person. It is not calculating the correct value. I want to …
5 replies
Hi, Below my sample table schema, Create table Company (CompanyId int primary key identity(1,1),C…
2 replies
Viewing 15 topics - 916 through 930 (of 10,635 total)
You must be logged in to create new topics.