Topics
Started by
Posts
Last post
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
I am joining 3 tables in SQL. There should always be a AccountID for ProductID1, but not necessari…
6 replies
I have a scenario where I need to return values in a very unique way given the schema that is in pl…
5 replies
Wanting to do something like: Select * from tbl having cast(isnull(Column1,0) as int) + cast(isnull…
8 replies
Viewing 15 topics - 916 through 930 (of 10,647 total)
You must be logged in to create new topics.