all groups > sql server programming > april 2006 > threads for sunday april 9
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
create / alter a store procedure
Posted by Xavier at 4/9/2006 11:50:01 PM
hello,
i want to create a stored procedure which i can use to create / alter a
other stored procedure.
The store procedure should have 2 parameters name and content of the stored
procedure
I think this could be made with dynamic sql...
Any ideas how to do this.
I want to use the this... more >>
How do I: Create UNSAFE Assembly in SQL 2005
Posted by Russell Mangel at 4/9/2006 10:50:57 PM
I am trying to get a VS2005 C# assembly created for SQL Server 2005, I am
unable to do so because of the security errors.
My Question:
How do I register and UNSAFE assembly? I would like to be able to create new
Assemblies without using the impossibly complicated strong certificate
signing... more >>
Urgent - Subquery select statement
Posted by Pogas at 4/9/2006 10:26:01 PM
Dear all,
I have a web table with cells where users enter numerical data into them.
The values are stored in one big table, and the cell values are identified by
the row and column id’s. The field called 'value' is the actual scores users
supply.
I wish to select a record comprising o... more >>
How to retrieve data from query and link the data???
Posted by SQL noob at 4/9/2006 8:23:01 PM
first thing is how to search the keywords from the tables
Second thing after u search the result ,how to link the result to a number
related to the result?
... more >>
Table collation changing
Posted by Alur at 4/9/2006 7:56:02 PM
I can change table collation row by row.
How can I change a table collation in one step ?
... more >>
Changing a database collation
Posted by Alur at 4/9/2006 7:51:01 PM
How can I change database collation in one operation ?... more >>
Membership Timeline Spanning
Posted by FredG at 4/9/2006 3:32:01 PM
Span example:
-------------M---------------
-------------Rx-------------
Needs to b converted to this:
---M-------|-------M & Rx---|---Rx-----
/* What current base data displays
MEM_ID COV_BEGIN_DT COV_END_DT MED_BEN_IND PHRM_BEN_IND
---------------------- --... more >>
Using SQLDMO with SQL 2005?
Posted by Mark Findlay at 4/9/2006 10:52:29 AM
Our C++ SQLDMO application runs fine on SQL Server 2000, but isn't able to
retrieve (hardly) any SQL Server 2005 data and many times can't even
connect.
We built the app #importing SQLDMO.dll from a SQL Server 2000 installation.
Is it necessary to rebuild our app using a SQLDMO.dll from a S... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
calculate SUM of count /SQL query help.
Posted by Test Test at 4/9/2006 10:10:34 AM
I am trying to calculate rowcount based on 2 fields. see the code below.
create table #temp
(type char(3),
grp int)
insert into #temp
values ('doc', 1)
insert into #temp
values ('doc', 6)
insert into #temp
values ('doc', 8)
insert into #temp
values ('doc', 1)
insert into #te... more >>
using the results of SUM
Posted by Mac Davis at 4/9/2006 10:09:15 AM
This has to be simple but I'm lost.
given "select sum (price) from dog"
how do I use the result of the sum with ADO?
Thanks,
Mac
... more >>
Complicated Update query based on existing data
Posted by JR at 4/9/2006 7:36:13 AM
OK folks, may have a tough one or perhaps just not thinking it through
well. I need to create a SQL query or queries that updates two columns
based on some business rules. Here's an example of the data:
GroupID complete_num first_num second_num InUse biggest
965423 1.0 ... more >>
Where is Bookmark Lookup?!
Posted by Leila at 4/9/2006 1:14:58 AM
Hi,
In the graphical view of execution plan (in QA), a bookmark lookup was quite
easy to find. But in SSMS, it is displayed as a inner join. Although the
logic is the same, but in exec plan of complicated queries, it is much
easier to find a bookmark lookup when its icon is show rather than d... more >>
|