sql-server-2008-r2
Full-Text Catalog unable to search Primary Key
I have create this little sample Table Person. The Id is a primary key and is identity = True Now when I try to create a FullText Catalog, I\'m unable to search for the Id.[详细]
2023-04-08 19:05 分类:问答SQL Server Replication not replicating Foreign Keys
I am replicating several tables to a database on the same server as the source database. Those tables have several foreign keys between them.When I look at the replicated tables, they d开发者_如何学J[详细]
2023-04-08 18:17 分类:问答Enumerating groups in a query
I\'m trying to enumerate the groups inside a certain view. Example, from this view: IDFK1FK2 FK3 FK4 104091101601129152[详细]
2023-04-08 18:01 分类:问答Easy way to run procedure in the background
I\'m running stored procedure from asp.net front-end but it\'s quite long. What is the easy 开发者_StackOverflowway on running that thing in the background? I mean if I close the browser, I still want[详细]
2023-04-08 16:33 分类:问答How to drop all of the indexes except primary keys with single query
I am planning to drop all of the indexes except the primary keys. I made the primary keys myself but all oth开发者_开发问答er indexes was suggestion of SQL Server.[详细]
2023-04-08 11:31 分类:问答User-specific database records
This is more of a theoretical questions. Anyways, Assume that I have a database (50 tables) And Data in ALL of those tables should be hold specifically to one user.[详细]
2023-04-08 05:23 分类:问答SQL Merge Query - Executing Additional Query
I have written a working T-SQL MERGE statement. The premise is that Database A contains records about customer\'s support calls. If they are returning a product for repair, Database B is to be populat[详细]
2023-04-08 00:36 分类:问答How to update an XML column with value from T-SQL built-in function?
I have a MS SQL 2008 R2 Standard database. I have a column with va开发者_C百科rchar(250) data and a column with xml.[详细]
2023-04-07 05:40 分类:问答How to calculate subtotal and show heading in sql server reporting 2008 R2
I have data like picture below I want to display my data like this So I want to know how can i show group 01 02 03 and then calculate their respective to开发者_运维知识库tals in sql server report[详细]
2023-04-07 02:44 分类:问答Sending messages from multiple servers to one Service Broker Queue
I have a couple of SQL servers with databases supporting two different applications. I need tocapture changes to similar data from each database, but process it sequentially. Service Broker fits the b[详细]
2023-04-07 01:00 分类:问答