Welcome to SqlServer-QA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.

Browse by Tags

All Tags » .NET   (RSS)
Using table-valued functions (TVF) in SQL Server
I was looking for more information on Table-Valued Functions (TVF) in SQL Server in attempting to perform sophisticated text analysis using the built-in string functions using .NET. To the subject using regular expressions are not new to SQL. These regular Read More...
1001 tools and libraries for .NET
More on what I'm referring . Read More...
Write TSQL query to simplify search module
The question is simple : Write a generalized SQL query for a Search module. Use [NorthWind].[Products] for demonstration. Requirement : The requirement is to write a simplified query which will be useful in a Search module The solution is here and I have Read More...