Topics
Started by
Posts
Last post
CREATE TABLE ABC (Id INT, Name VARCHAR(10)) INSERT INTO ABC VALUES (1, 'PK'), (2, 'SK') CREATE TABL…
17 replies
hi all, i want to generate id column values on the basis of every day. suppose table name like tes…
17 replies
Hi Everyone, I am in need of display results but stuck in middle. I have two results different ways…
3 replies
Hello experts, i enables trace flags 1222,1204,3226 to capture deadlock data, when i check in error…
5 replies
Hi, I'm in the process of migrating a system from SQL2000 to SQL2008 R2 (both Ent Edition 64 bit). …
3 replies
update a set a.Flag = 0 from table1 a WHERE a.OLD_NUMBER in (select number from table2) and a.NEW_N…
5 replies
this is way i tried to split data in parameter declare @parameter varchar (200) set @pa…
5 replies
I work as a DBA in a small shop with 20 developers. The demand for service is insatiable and my tim…
4 replies
I have a DB I would like to restore. There are other active connections on the DB. I tried using …
4 replies
hi folks, I am looking to upgrade my sql from 2005 to 2008 r2. I understand sql 2008 r2 install nee…
3 replies
Hello all, We are having an strange problem: We have two servers and two databases (Nearly the same…
3 replies
I have a DB that I can run basic queries (albeit much slower than normal) off of. When I try to se…
5 replies
I have an inquiry based on how SSIS handles mappings for a certain number of columns that increase …
5 replies
A clustered index is in reality the table, organized by the clustering key. But you can make a clus…
6 replies
I need to store trace output to file. Can I store output to local machine and not on server? I do h…
7 replies
Viewing 15 topics - 15,541 through 15,555 (of 30,191 total)
You must be logged in to create new topics.