Viewing 15 posts - 691 through 705 (of 2,463 total)
Is "SEARCH PROPERTY LIST " feature available before sql 2012 ? and can it be used in sql table too ?
December 14, 2012 at 1:20 am
arthi.anan (12/13/2012)
My database name is Serv and I have 150 tables and 200 procedures...How would i give it in this query...
Can u please make me clear
you dont need to...
December 14, 2012 at 12:14 am
arthi.anan (12/13/2012)
I need a query to drop all tables and stored procedures from a database
First of all , take backup of this database you never know what and when...
December 13, 2012 at 11:25 pm
1 - How does stop lists improve fulltext query performance in SQL Server 2008 (or it does not)? Is it a good idea to have stop lists assign to all...
December 13, 2012 at 10:59 pm
david.moule (12/13/2012)
Only when I try "top(900,000)" does it go back to index scan. But still does not give a parallelism node 🙂
NOt always parallelism is bad , sometimes...
December 13, 2012 at 5:14 am
i got the correct query
select * from [Person].[Person_BK] where
contains([Name], '*ASDGDE* OR *AFASFA*')
it had happened as i had missed the mandate homework 😀
December 13, 2012 at 4:50 am
during my testing or learning on Full text search , i found below queries are returning different results .can you please guide me why
select [BusinessEntityID] , [Name] from [Person].[Person_BK]
where...
December 13, 2012 at 4:27 am
i chose the wrong option but learned the RIGHT answer:-D
December 13, 2012 at 4:00 am
dbasql79 (12/13/2012)
December 13, 2012 at 12:30 am
shd.eftekhari (12/12/2012)
Thank you for your response but the most important issue for me is deadlock scope. do you also have any idea about this?
Sorry i dont have but
have...
December 12, 2012 at 11:04 pm
shd.eftekhari (12/12/2012)
December 12, 2012 at 10:54 pm
david.moule (12/12/2012)
The code is running in production - which I inherited. But I will be able to change it if it makes it run better.
three things you need...
December 12, 2012 at 10:42 pm
shd.eftekhari (12/12/2012)
In child SP I have a transaction with more than...
December 12, 2012 at 10:27 pm
Eric M Russell (12/12/2012)
You may only need to do this once after each restore from production.
+ 1
December 12, 2012 at 9:53 pm
you can maintain the column's list in dtaabase and fetch with the help of additional parameter (says reportID ) in stored proc. see below
table defintion (ColumnID, ColumnName , reportID)...
December 12, 2012 at 5:25 am
Viewing 15 posts - 691 through 705 (of 2,463 total)