Topics
Started by
Posts
Last post
I'm in an IT environment where we're wanting to: 1. run queries which will show rates of consumptio…
12 replies
Hi I am struggling to find out how can I do the following in my SP. UPDATE EmployeeData SET selec…
1 replies
Hello All, Couldn't find anything that addresses this specifically, so here goes. I have a group th…
17 replies
Below is a simplified version of my tables: set nocount on drop table #x create table #x (docid int…
16 replies
I'm curious if anyone else has figured out a good system for performing analysis on a query that ma…
2 replies
Hi I have a database table that contains all the server details. I have a query and wanted to run …
2 replies
Hi All, I have a stored procedure with many optional parameters. Following is one of the code block…
1 replies
Hi, I need to make a report from a table contains following data (I made a simple structure as the…
3 replies
hear i have id column based on that getting one more column as mid and data as belo: id 100 200 300…
13 replies
hi, i've seen a couple of cases where huge staging tables containing c/nc indexes are truncated and…
2 replies
Hello, Here is my scenario. Let's say I have two tables "Car" and "CarPart". The car consist of m…
9 replies
create sql str with special condition hellow I have 2 table Table a(code, price, check) Table b(…
1 replies
I am playing around with and continuing to learn SQL. I am using the AdventureWorks2012 database wi…
3 replies
Hi Guys, I need big favor. I create new table Table_Track (ID, StoreProcedureName, CreatedDate, C…
4 replies
DECLARE @Cmd VarChar(4000) DECLARE @SProcName VarChar(40) DECLARE @SP_Parm1Value VarChar(4…
19 replies
Viewing 15 topics - 3,991 through 4,005 (of 10,636 total)
You must be logged in to create new topics.