Topics
Started by
Posts
Last post
select SERIALNO, Max(TIME) from dbo.TASK A join dbo.Status B on A.TID=B.TID where A.ID in ('1111',2…
2 replies
Folks I am running a script by the end of the day. What I need is the rows in my temp table get sav…
3 replies
I created a SQL authentication login 'Mylonig' on Server A (named instance) with 'sysadmin' privile…
3 replies
Hi guys, I need to generate data models of all databases for an instance. How can I accomplish this…
3 replies
what is the use of check sum in sql server: ex: RESTORE DATABASE [XXX] FROM DISK = 'XX.BAK' with c…
1 replies
All, I seek someone with ancient knowledge of .Net/Crystal reports to hopefully lead me to a soluti…
18 replies
How does having dedicated drives for data, log and tempdb files increase sql server performance al…
1 replies
My query is pulling to many records becuase of the last join. This table can have multiple registr…
16 replies
I have 2 instances on my laptop. I am trying to copy some table from 'abc123' server to xyz123 serv…
1 replies
i neek result from '(1000/3)+(15/100)'. try exec() by failed. Thands for your help.
5 replies
The below query taking very long time to up few records also, Can anyone please rewrite this query …
3 replies
Hi all Please tell me the which values are best prepared value for given below memory objects Memo…
2 replies
Hi, I have a couple of questions as a matter of fact. We are running very small databases at this …
2 replies
[font="Courier New"]Hi, There are 2 tables 1. Table Name : TRNNUM Field Name : TRNID 2. Table Name …
2 replies
I have a table: declare tableName table ( uniqueid int identity(1,1), id int, starttime datetime2(0…
1 replies
Viewing 15 topics - 4,801 through 4,815 (of 30,225 total)
You must be logged in to create new topics.