Topics
Started by
Posts
Last post
Hi i have two stored procedures of which the first one calls the other with in it (sproc1 + sproc2)…
7 replies
Hi, I want to write a function in sql server which will tell whether the data in a column has a spa…
9 replies
as per SSChasing Mays I had executed following statement select ascii(substring(fathername,1,1)) f…
2 replies
My excel data contains following information (myexcel.xls) OwnerName FatherName RationNO T…
3 replies
I could use some design direction here: Original design of my db for this client: One person has 12…
1 replies
This is happening seemingly randomly on various columns in the DB. Columns are defined as int and …
15 replies
What's your opinion? Should you write code like this: SELECT blah1, blah2, blah3 FROM dbo.tablename…
29 replies
I am curious to know how query analyzer treats a script with regards to Procedure Cache/memory usag…
2 replies
I was working on the samples on teh reporting serices when i found this query for adventure works d…
2 replies
as per SSChasing Mays I had executed following statement select ascii(substring(fathername,1,1)) f…
1 replies
What is a parameterized query?
5 replies
I thought that Temporary Tables ALWAYS caused stored procedures to recompile because the DDL and DM…
8 replies
Ok. I'm relatively a total n00b at SQL Server, my strength is more web based languages such as C# o…
6 replies
Hi, I have a table with data in columns that are delimited by commas . MyTable( gid varchar(5),user…
1 replies
Hi.. I have two tables Temployee_leave_application, Tleave_type as Below, I need to get the leaves…
5 replies
Viewing 15 topics - 6,676 through 6,690 (of 12,230 total)
You must be logged in to create new topics.