Topics
Started by
Posts
Last post
hi, I am looking for a custom script to get the details from all the servers while running the scri…
6 replies
Hi, I have a table with 1.000.000 or more. It stores the stocks for each product on a store. Imagin…
4 replies
CREATE TABLE Issue ( id int not null identity(1,1) primary key, name varchar(10) ) CREATE TABLE Jrn…
125 replies
Hi I have a table C1 C2 10 20 10 30 30 20 40 50 20 60 50 70 80 …
44 replies
Hey guys, Is there a static way to get the last day of the each month from the past quarter? I know…
11 replies
I'm unfamiliar with creating Logins and Im trying to run the following query CREATE LOGIN [CORP\NC…
3 replies
Good Day To All, I'm working on a budgetreport that ask the user to enter the up to date. If the us…
11 replies
Does an UPDATE query overwrite existing values if the already existing value is the same as the one…
159 replies
I am creating report for displaying continuous absent for more than 2 days.Query is build and worki…
1 replies
My understanding is that if I run SELECT * FROM <tablename> on a table with a clustered ind…
5 replies
Is this possible in sql server 2008? I want to use the column in the select, and group by. But want…
12 replies
DECLARE @t TABLE( col1 VARCHAR(1), col2 VARCHAR(1), col3 VARCHAR(1), col4 VARCHAR(1) ) INSERT INTO …
5 replies
Hi There I require some assistance or direction with a update Trigger I have 2 tables Client and C…
7 replies
Hi All I want to sort some table data using column index The following query works: declare @index…
24 replies
So I have two tables CREATE TABLE dbo.Orders ( order_id int NOT NULL IDENTITY(1,1) CONSTRAINT…
3 replies
Viewing 15 topics - 5,131 through 5,145 (of 10,640 total)
You must be logged in to create new topics.