littlerasika.wordpress.com
MSSQL useful tips | Rasika's Code World
https://littlerasika.wordpress.com/2012/03/13/mssql-useful-tips-2
Rasika's Code World. Knowledge from the back row. March 13, 2012. MSSQL set null when value is not numeric in select query. SQL Server Error Messages – Msg 8152 – String or binary data would be truncated. The statement has been terminated. I found another command to skip that error and continue but its like a try catch statement without catch part(thanks yasindu bro for nice example). Need to use above command before inserting records.but sometimes it’s not working. Inserting multiple records to a table.
littlerasika.wordpress.com
Beginner Techies guide to Software Development Industry | Rasika's Code World
https://littlerasika.wordpress.com/2015/06/20/beginner-techies-guide-to-software-development-industry
Rasika's Code World. Knowledge from the back row. Beginner Techies guide to Software Development Industry. Beginner Techies guide to Software Development Industry. June 20, 2015. Hi all, hope you are a new techy who is willing to join software industry in later. If so you are most welcome to read this one. There are myths about this in many students mind. 2 : What language is the best one to study. 3 : Programming concepts. Until my next post cheers! Leave a Reply Cancel reply. Enter your comment here.
littlerasika.wordpress.com
Beginner techies guide to Internet World | Rasika's Code World
https://littlerasika.wordpress.com/2015/05/18/beginner-techies-guide-to-internet-world
Rasika's Code World. Knowledge from the back row. Beginner techies guide to Internet World. Beginner techies guide to Internet World. May 18, 2015. Thanks all who commented for last post.I know most of you don’t need that post but if you are an actual beginner it’s more useful and you can save your time for testing those basic things. Blogging.Do they want to spent time for nothing? Is the famous one but there are many more similar once. Techies world isn’t wait for no one start today don’t delay it!
littlerasika.wordpress.com
Solution for problem with starting MSDTC and Missing Local DTC in Windows 7 | Rasika's Code World
https://littlerasika.wordpress.com/2012/06/28/problem-with-starting-msdtc-and-missing-local-dtc-in-windows-7
Rasika's Code World. Knowledge from the back row. Solution for problem with starting MSDTC and Missing Local DTC in Windows 7. Solution for problem with starting MSDTC and Missing Local DTC in Windows 7. June 28, 2012. When I tried to execute one of C# application that is using transaction scope, I found that i couldn’t start MSDTC service( I was using windows 7(64bit) .I tried following link and solved that problem. 1) Stop the Distributed Transaction Coordinator service in the Services Control Panel.
littlerasika.wordpress.com
Rasika | Rasika's Code World
https://littlerasika.wordpress.com/author/littlerasika
Rasika's Code World. Knowledge from the back row. Beginner Techies guide to Software Development Industry. June 20, 2015. Hi all, hope you are a new techy who is willing to join software industry in later. If so you are most welcome to read this one. There are myths about this in many students mind. 2 : What language is the best one to study. 3 : Programming concepts. Hope this post will guide to beginner techies who is willing to join with software industries. Until my next post cheers! May 18, 2015.
littlerasika.wordpress.com
How to find a specific string from stored procedures, triggers and functions in database | Rasika's Code World
https://littlerasika.wordpress.com/2012/01/12/how-to-find-a-specific-string-from-stored-procedures-triggers-and-functions-in-database
Rasika's Code World. Knowledge from the back row. How to find a specific string from stored procedures, triggers and functions in database. How to find a specific string from stored procedures, triggers and functions in database. January 12, 2012. There are several tables and views containing stored procedures, functions and triggers definitions. Views – SYS.SYSCOMMENTS, SYS.SQL MODULES. Tables – INFORMATION SCHEMA.ROUTINES. Object Name,obj.type desc. Syssql modules sm INNER. Smobject id=obj.object id.