sql-server-2008-r2
SSIS package is not terminating
I have a SSIS package which will execute a set of sql commands and some sps. there is one main sp in the pac开发者_开发知识库kage which will execute some sps in loop. But when i scheduled it as job in[详细]
2023-04-10 09:36 分类:问答How can I do basic html validation within a column in a SQL Server database?
I have a database table with HTML sn开发者_如何学Goippets (not whole documents) in a column and I need to do some basic HTML validation of the contents. My initial need is to just be able to run a one[详细]
2023-04-10 09:24 分类:问答Custom Forms Authentication reporting Services 2008 r2
I have implemented the sample forms authenticationfor sql server2008 r2.. I am able to create the users and when i logging with the database user which in the table it i am getting this error..[详细]
2023-04-10 06:21 分类:问答SQL Server 2008 R2 connection on a VmWare Instance
Here is the scenario I am facing. I have installed Windows 7 Professional on a VMWare. Installed SQL Server 2008 R2.[详细]
2023-04-10 06:06 分类:问答Update column if another column contains a string
I have a table that contains three columns. column1column2column3 mytestdatatest myotherdatatest I want to insert \'somestring\' into column3 if column1 contains the value in column2[详细]
2023-04-10 02:45 分类:问答Combine two tables by column
should be easy: I ha开发者_如何学Cve two tables: table 1 IDNAMENEWID 1DOG 2CAT 3HORSE table 2 NAMEID DOG100[详细]
2023-04-10 02:30 分类:问答SQL return max value from child for each parent row
I have 2 tables - 1 with parent records, 1 with child records.For each parent record, I\'m trying to return a single child record with the MAX(SalesPriceEach).[详细]
2023-04-09 23:51 分类:问答Editing Multiple Rows by Their Order Index
Q: How would I go about using / applying the row number of each 开发者_Go百科row in a query to a certain column in the entire query?[详细]
2023-04-09 20:22 分类:问答Problem accessing sql server database 2008 r2 over network
I\'ve just finished my c# application with sql database built in 2008 r2 version I wanted to share this database over LAN and my connection string is :[详细]
2023-04-09 06:47 分类:问答Adding Columns in SQL SELECT
I have the following SQL sp and I would like to add a column \'NetSales\' which is simply \'GrossSales\' - \'Credits\'.Is there a way to do this in the same SELECT statement?[详细]
2023-04-09 01:20 分类:问答