sql-server
Select records from SQL Server if greater than 6 months
I am creating an MVC app where I need to send out an email to all those records whose valu开发者_运维百科e (DateUpdated) are not updated in the Customer table.[详细]
2023-04-12 17:41 分类:问答How to return a view data using stored procedure
Hi friends the requirement is that using a stored procedure I should return all the value from a view.[详细]
2023-04-12 17:35 分类:问答SQL Server Unique Constraint in a Category According To FK
The below code works great for creatin开发者_运维问答g Unique Constraints : ALTER TABLE <tablename> ADD CONSTRAINT[详细]
2023-04-12 17:07 分类:问答JDBC command to insert/delete/update multiple records?
suppose I have a table that has the following keys: 1 2 3 and then I get a new request (JSON list) to update that table with开发者_运维问答:[详细]
2023-04-12 16:54 分类:问答Uploading XML data to a Dataset
I am creating a generic XML to SQL Server data driver (In c#), that will take as input an XML file, and produce one or more data tables containing information.[详细]
2023-04-12 16:51 分类:问答Avoiding a two step insert in SQL
Let\'s say I have a table defined as follows: CREATE TABLE SomeTable ( P_Id int PRIMARY KEY IDENTITY, CompoundKey varchar(255) NOT NULL,[详细]
2023-04-12 16:42 分类:问答How to: Create trigger for auto update modified date with SQL Server 2008
It would be nice to know how to create a trigger that auto-updates the modifiedDate column in my SQL Server table:[详细]
2023-04-12 16:33 分类:问答How to use PIVOT clause over blank values
Sample data: Data table1: prodidtype location(there are more columns, just ignoring them for this example)[详细]
2023-04-12 16:27 分类:问答how can i turn off lines from "Report Server" on my SQL Server Profiler?
It\'s my first time using SQL Server Profiler and I\'m wondering how can i turn off event lines from the application \"Report Server\" on my SQL Server Profiler? I just want certain activities to be l[详细]
2023-04-12 16:08 分类:问答Query to find columns that end with percent symbol %
What T-SQL q开发者_如何学编程uery I should use to find out all rows that have column1 ending with %? I am using SQL SERVER 2000. Sample data in column1:[详细]
2023-04-12 15:57 分类:问答