Viewing 15 posts - 151 through 165 (of 440 total)
venki.ffcl (4/4/2009)
Can any one please explain" a procedure should be executed in a particular time using a trigger ..."
Can you tell me why do you want to use trigger...
April 6, 2009 at 10:17 am
Hi Lowell
thank you for your confirmation on my approach 🙂
April 6, 2009 at 9:46 am
Hi
This is very intresting question, but kind of list in somany replies...could any please tell me the solution/algorithm.
April 6, 2009 at 9:44 am
Hi
I had the similar requirement, where in i disabled the Unique Index on the column and loaded everything and deleted the duplicate records and enabled index.
Please let me know gurus...
April 6, 2009 at 9:37 am
johnsql (4/5/2009)
I have an original table "MyTable" with nodes like followings
MyTable's data
NodeID ParentNodeID ...
April 6, 2009 at 9:22 am
There is one intresting article on VARBINARY vs FILESTREAM datatypes.
http://coolthingoftheday.blogspot.com/2009/01/sql-server-varbinary-vs-filestream-code.html
April 6, 2009 at 9:17 am
gr8..thanks for posting the solution..it will surely help others..
April 6, 2009 at 9:14 am
Hi
You may want to check out the below links:
To Migrate Access Data into SQL Server:
http://www.microsoft.com/Sqlserver/2005/en/us/migration-access.aspx
To Migrate ASP code to ASP.NET:
April 6, 2009 at 9:13 am
Hi
Simple tip about WHERE Condition, If you have "n" tables in FROM Clause then you need to have minimum n-1 where conditions to avoid any cross joins.
April 6, 2009 at 9:09 am
shnex (4/6/2009)
HiI have a database that uses and stores information related to other database.
What is the use of this database??? are you using this database to query new...
April 6, 2009 at 9:06 am
Hi
Could you please give us with sample input data and out put data which you are expecting. Your requirement is bit confusing.
April 6, 2009 at 9:03 am
Hi Joseph,
I am not sure if i had any words which felt like insulting. If that is the case then i am sorry but this was not my intention. I...
April 3, 2009 at 3:18 pm
Hi Flo
If you use QuoteName(@Variable,""), then you can avoid SQL Injection.
April 3, 2009 at 8:31 am
Hi
Check out the below link. You dont have to use Split. Its just that you need to use CONVERT function.
http://www.sqljunkies.ddj.com/Article/6676BEAE-1967-402D-9578-9A1C7FD826E5.scuk
April 3, 2009 at 8:25 am
HI david,
Did you tried to use COALESCE function which i had provided yesterday????
April 3, 2009 at 8:23 am
Viewing 15 posts - 151 through 165 (of 440 total)