sql-server-2008
Executereader and execute non-query in a single connection in ado.net
The below snippet employs multiple queries inside the same connection string. first i\'m selecting the some datas from the DB then before closing the datareader(dr) i would like to do some validations[详细]
2023-04-12 15:29 分类:问答SQL Server 2008 sp with nullable bit arg: how to avoid an if/else for select?
How can I avoid the if/else please? The \'Active\' column can not be null in the table. CREATEprocedure spExample(@bitActive bit)[详细]
2023-04-12 15:17 分类:问答Efficient sql server paging
Due to the first two comments I\'ve removed all my own code and placed the example directly from 4 guys here.[详细]
2023-04-12 14:51 分类:问答SQL Full Text Search Query?
i am trying to implement a full text search on a login table and when i am executing the respective query then following are my observations:[详细]
2023-04-12 14:30 分类:问答SSAS 2008 R2 - Datasource with an DNS Alias not working
I have an SQL Server with SQL Server Engine and SQL Server Analysis Services (2008 R2). The physical name of the server is SQ21. For beeing flexible we created a dns alias (Host A) which points to thi[详细]
2023-04-12 14:20 分类:问答SQL Server 2008 does not show the Management Studio option
I\'m trying to create a new database using SQL Server 2008, and these are the st开发者_StackOverfloweps that I follow:[详细]
2023-04-12 14:04 分类:问答SQL Server add host for connection string
My server name now is AVI-PC\\SQLEXPRESS and it is working, I want to add an other host to the SQL Server.[详细]
2023-04-12 12:51 分类:问答Update column1 with identical column2
I have this: IDNum 1KP2开发者_如何学编程 2KP3 3KP2 4KP3 5KP3 I need to get this: IDNum 1KP2 2KP3 1KP2 2KP3[详细]
2023-04-12 12:27 分类:问答SQL: Correctly identify and correct(if possible) names in database
I have a large database of names, and I\'m hoping to identify incorrect capitalization. Right now I\'m using the fo开发者_StackOverflowllowing...[详细]
2023-04-12 12:16 分类:问答SQL Server Rounding Issue
I\'m using SQL Server 2005. And I\'m using ROUND T-SQL function to round a decimal column value. But it seems that the rounded value is incorrect.[详细]
2023-04-12 11:34 分类:问答