Topics
Started by
Posts
Last post
Dear all, In one table, i have identity column , how can we update the values in identity column, …
12 replies
Hi all, I have a postcode Lookup table TableA DECLARE @TableA TABLE ( ID [bigint] IDENTITY(1,1) NOT…
3 replies
I just want to know the difference between index scan and index seek. I have created two tables wit…
3 replies
I'm having a problem that I can't figure out. I've spent the last hour on a Update statement and i…
7 replies
I have written the following except query... select PtID, MedID from dbo.Pyxis except select [Hospi…
6 replies
I'm sure this must be answered somewhere in this forum but I couldn't find it. I have a primary tab…
16 replies
Hi All, I have table (Balance_due) in the following format: ---------------------------------------…
9 replies
I need to restore the database daily using a scheduled SQL job. Below is my requirement: First time…
1 replies
Hi All, I normally use sys.dm_db_index_physical_stats to figure out Fragmentation. Now i want help…
2 replies
Hi, I have a strored proc which gives the following output :- ServerId day Status 1 …
8 replies
Hi, I have a table with two columns i.e. ChangeDate and StepId. I need a third column 'status' at …
14 replies
I need some help to develop a vscript task to delete files over 14 days old. The files are located…
3 replies
Hi learned people, I have the following tables: Category <---This has the tree structure for t…
12 replies
Hi for the below questions i need good and efficient answers. Below are the inrterview questions as…
14 replies
Hi for the below questions i need good and efficient answers. Below are the inrterview questions as…
1 replies
Viewing 15 topics - 9,136 through 9,150 (of 10,635 total)
You must be logged in to create new topics.