|
|
Browse by Tags
All Tags » .net » sql server (RSS)
-
When the SQL Server is faced to the internet then you have to take utmost care to ensure that the each row in the table is not compromised to avoid any unprecedented activity.
As it is getting popular that rise in SQL injection attacks has reminded the best practices and rules to secure the database & web environment to avoid any escalation ...
-
Ok this is not new to say you can write stored procedures in any language to manage them in SQL Server, as 2005 version has started this CLR integration functionality that is exposed in an assembly called
system.data.dll, which is part of the .NET Framework. So think about code access security in addition to managing security privileges for the ...
-
The following pages were recently modified.
Source: Knowledge BaseProduct: Microsoft SQL Server 2005 Standard EditionNotification Contents: New and All Modifications
A System.InvalidOperationException exception may occur when you try to use a Visual Studio .NET 2003 client application against a SQL Server 2005 native Web ...
-
Source: Knowledge BaseProduct: Microsoft SQL Server 2005 Reporting ServicesNotification Contents: New, All Modifications and Delete
FIX: The hatch patterns are not consistent for all the groups between the legend and the data in a chart in a SQL Server 2005 Reporting Services reporthttp://support.microsoft.com/kb/951194/en-US
When you use ...
-
Very confusing error when trying to connect to a Database Engine (SQL Server 2008) using 'usual' windows authentication getting the following error:
A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other ...
-
I have had problem when installing SQL Server 2005 on one of the 64-bit server, the error was:
There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.
So as per the message I have looked in to the specified directory for the logs which is ''C:\Program ...
-
Speaking of ASP.NET, MSDN is now offering the ASP.NET ''How Do I'' video series, with dozens of videos designed for all ASP.NET developers, from the novice to the professional. If you are new to ASP.NET, you can learn the basics of how to create dynamic Web applications with ASP.NET 2.0 and Visual Web Developer 2005 Express Edition, using either ...
-
If you are building on the new features in the .NET Framework 3.0, such as Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF), and Windows CardSpace, you'll want to preview the The .NET Framework 3.5 Beta 1 release, which will ship with Visual Studio 2008. .NET Framework 3.5 adds several ...
-
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 expressions could actually be used in earlier versions of SQL Server, but the process ...
-
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 been following Prabhuram's blog for code samples and pointers on .NET whenever I have a need ...
|
|
|