Topics
Started by
Posts
Last post
Hi, I am trying to insert/update a nvarchar column with korean data.SOme how it converts my data to…
3 replies
By: ai90
I'm studying Stored procedure. Could somebody please give me example to create an extended stored p…
1 replies
Hi I got a stored proc and it is giving funny answers. by this when i runn it as a sp i get one ans…
2 replies
Can anybody help Can i use SELECT statement to For example, Last 100 records or last 10% record Tha…
3 replies
Hello, I would like to know if there is a way to create a trigger that will be executed after a cer…
1 replies
Hi, I am having problem while performing a select query. I have a long comma delimited string (6…
9 replies
if object_id('hhhhhhh') is not null drop table hhhhhh go create table hhhhhhh (name varchar(50)) If…
1 replies
Hi , How can i use Visual source safe for SQl server stored procedures?? We use to stored the sp's …
3 replies
By: jmadren
How to set the date value '2003-04-09 13:29:51' to '2003-04-09 1:29:51 PM'in the table.all the date…
1 replies
By: SQLBill
Hi GOod Morning evryone I have a table with 50000 rows and 5 columns a,b,c,d,e.I have a column(c) w…
4 replies
I have a query which contains two large IN clauses - one with upto 40 items, the other with upto 27…
5 replies
Is it possible to select a different number of records based on different groups. For example, I w…
7 replies
By: jpipes
I have PDF files need to be stroed in the DB. What datatype it will be, BOLB, IMAGE, OR BINARY? How…
2 replies
How to pick the nth row in a table..i,e 5th,7th,24th,100th.... I wanted to pick a row of my choice.…
7 replies
By: bp
Hi everybody! I have an insert/update trigger and I notice that when the trigger encounters an erro…
2 replies
By: jmadren
Viewing 15 topics - 15,556 through 15,570 (of 17,082 total)
You must be logged in to create new topics.