You searched for the word(s):
Showing page 49 of 133 (1,330 total posts)
< 1 second(s)
-
It started with this question: Let's suppose that I want override the QUERY_GOVERNOR_COST_LIMIT value for an user that connects to the server. How can I do that?
I want to customize the value per user so I won't use sp_cofigure and query governor cost limit option, as it would configure the cost limit at the instance level.
I ...
-
La multi ani tututor!
Lista cu cu ROSQL Most Valuable Members o gasesti aici: http://sqlserver.ro/blogs/cristians_blog/archive/2007/12/21/summary-2007.aspx
-
After 7 months of confusion between DMF (Dynamic Management Functions) and DMF (Declarative Management Framework), a new name makes the new feature of SQL Server 2008 very clear as purpose: Microsoft ® SQL Server ® 2008 Policy-Based Management
Read more about it on Dan Jones blog: Declarative Management is Out!
-
USE tempdb;GOCREATE TABLE myTable(I INT,C VARCHAR(4000));GOINSERT INTO myTable(I,C) VALUES (1,'abcd');INSERT INTO myTable (I,C) VALUES (1,'12345');GODECLARE @check_letter VARCHAR(128);SET @check_letter='%[qwertyuiopasdfghjklzxcvbnm]%';
SELECT * FROM myTableWHERE PATINDEX(@check_letter,C)=1;
Output:
I C-- ------------1 abcd
-
LEAD Technologies Inc. V1.01