Topics
Started by
Posts
Last post
I was surprised to learn from one of my colleagues that using value1 = value3 ran faster than value…
6 replies
Hi, I have a store proc that execs 2 others before it builds the temporary table that I want to use…
14 replies
How To Enable or Disable ALL Triggers on a Single Database?
7 replies
Hi , I want to insert a new column , check while inserting values. For example : I have a table…
5 replies
Hi, I have two table as below.... Table A Id Name 1 Sun…
1 replies
How can i split up the zipcode and city from my table in a query? my table has the zipcode and city…
4 replies
I'm having problems writing a query that's supposed to return what the next value is in the sequenc…
5 replies
DECLARE @Scores AS TABLE (ID VARCHAR(3), Score VARCHAR(3)) INSERT INTO @Scores SELECT '15', '95' UN…
6 replies
Is there a DBCC command or similar command that will tell me what recent commands have been execute…
6 replies
I want to do something like this but do not know the syntax CREATE UNIQUE NONCLUSTERED INDEX [IX_X]…
10 replies
Hi Folks, I'm trying to get details from different environment variables without having duplicate e…
7 replies
drop table document drop table folder_document create table document (id int,name varchar(30)) crea…
4 replies
Hi, I have a line of code as follows: 'Qty: ' + CONVERT(nvarchar(10), i.Quantity), This gives outpu…
12 replies
Hi. I would like to return the average build cost for a product. Each product manufactured has a M…
12 replies
like declare @tbl table(id int identity,index_value_table_name nvarchar(max),index_value_column_na…
6 replies
Viewing 15 topics - 6,316 through 6,330 (of 12,234 total)
You must be logged in to create new topics.