Viewing 15 posts - 91 through 105 (of 125 total)
Try Imceda Coefficient
Thanks,
Ganesh
August 19, 2004 at 5:49 am
Pls follow the link. You will get the code too 🙂
http://www.winnetmag.com/SQLServer/Article/ArticleID/27520/27520.html
Thanks,
Ganesh
August 17, 2004 at 2:04 am
What is the data type of the column.
Try giving DATALENGTH rather len.
Do this if you running the query output to grid.
Run the query,...
August 17, 2004 at 1:48 am
Third one sounds good.
Thanks,
Ganesh
August 17, 2004 at 1:41 am
I would change the second query like this.
insert into tblAllRecords(field_list)
select field_list from tblNewRecords new
where not exists( select 1 from tblAllRecords where field1...
August 17, 2004 at 1:08 am
Step 1: Drag and Drop the Dynamic properties in the designer
Step 2: Right click on the Designer window - > Click Package Properties -> Global Variables
...
August 17, 2004 at 12:49 am
You will get what you need 🙂
Pls follow the link
http://www.aspfaq.com/show.asp?id=2462
Thanks,
Ganesh
Have a nice day unless you have other plans
August 16, 2004 at 5:45 am
can you be more clear on your question.
I mean with an example with what you have and what you want.
Thanks,
Ganesh
August 16, 2004 at 1:59 am
From the Query analyser, you can try using templates.
I hope it will be more meaningful than the wizard from Sql Enterprise Manager.
Thanks,
Ganesh
August 13, 2004 at 2:18 am
Both of these functions are not deterministic. Therefore, they cannot be used inside a UDF. You can work around this by putting them into a view and then referencing...
August 13, 2004 at 2:09 am
I have modifed the code which is highlighted in red. I hope I understood the problem. Pls do adjust if it doesn't help you.
create table #temp ( col1 int, col2...
August 13, 2004 at 1:09 am
From your question, I presume the ID column is unique else pls modify the following code to push the data to a temporary column with an identity column and loop...
August 11, 2004 at 2:29 am
I hope this url would solve your problem.
Thanks,
Ganesh
August 11, 2004 at 2:20 am
Pls ref BOL.
This example adds a column that allows null values and has no values provided through a DEFAULT definition. Each row...
August 11, 2004 at 2:00 am
Try this out....
EXEC sp_rename 'bcp_ki_city', 'bcp_city'
Thanks,
Ganesh
August 11, 2004 at 1:55 am
Viewing 15 posts - 91 through 105 (of 125 total)