| Thread | Last Post | Replies |
|
| Use reference in Trigger | 31 Oct 2006 14:37 GMT | 1 |
I need to use a vendor's sdk to make a call to update the database. I want to create a VS 2005 project and add a trigger to do the update. When I right click on References, the list is limited (normally I would see the vendors sdk as a a choice). When writing sqlclr code, is ...
|
| Newbie, Arithmetic data overflow error | 30 Oct 2006 20:29 GMT | 2 |
Hi guys , can any one help me?, thanks in advanced for your help. I use the following to do some operations and to create the body of an email message, but I'm getting this error: Server: Msg 8115, Level 16, State 2, Line 446
|
| newbie asks if you can skip the "create function" to call a user defined method in tsql | 29 Oct 2006 23:45 GMT | 1 |
As I understand it, to call a user-defined method in tsql, let's say PublicStaticMethod, I do something like: public class PublicClass { public static string PublicStaticMethod() { return "got here"; }}
|
| Default value of a GUID field?! | 29 Oct 2006 16:29 GMT | 4 |
I have a column named "ID" and its type is "uniqueidentifier" in SQL Server 2005 Express. this column is the primary key and its default value is "newid()" in SQL Server.
|
| Newbie, how to run a SP on a remote server | 29 Oct 2006 08:01 GMT | 2 |
I'm running SQL Server 2000, I'm working on server A but want to run a SP on server B which it's not linked to server A from a Stored Procedure I will create on server A, is there a way to do this? I've credentials and access rights on both servers but for some weird
|
| SQLCLR UDA | 27 Oct 2006 22:32 GMT | 6 |
Here's a question I can't seem to find an answer to (maybe I haven't looked hard enough?) Anyway, can a SQLCLR UDA return a table-style result? I have in mind the statistical Mode, which can return multiple results; i.e., the Mode for the set of numbers { 1, 2, 3, 3, 4 } would ...
|
| Newbie, problem with "/" character in insert query | 26 Oct 2006 23:54 GMT | 5 |
Hi guys, another stupid question :( I´m running SQL Server 2000, Ok, I'm trying to insert from a select statement in to a table, both fiels are varchar the source and the destination, the problem is tha my data gets truncated when ever the text
|
| Default value of a GUID field?! | 26 Oct 2006 16:58 GMT | 1 |
Fix your system clock, Leon!
|
| Newbie, how to assign query reults to 2 variables | 25 Oct 2006 19:58 GMT | 3 |
i'm running Sql Server 2000, i think this is a stupid question but please have patience i'm a new to this stuff :( I've the folloing query that returns 2 fields (below), how can I assign the 2 values returned by the query to 2 variables for example @GrossAmount and
|
| Consuming a Web Service (End Point) | 24 Oct 2006 12:04 GMT | 6 |
I have created an SP and defined an End Point to expose my SP as a Web Method named "EmployeeList". I can successfully use it in VB.NET but cannot understand what the "Credentials" means in my code!
|
| Formatting currencies within SQL | 20 Oct 2006 22:15 GMT | 1 |
I've created the following function: [SqlFunction( DataAccess = DataAccessKind.None, IsDeterministic = true, IsPrecise = true, SystemDataAccess = SystemDataAccessKind.None )] public static SqlString FormatCurrency( SqlMoney dAmount, string
|
| Is it a deadlock problem? | 19 Oct 2006 17:42 GMT | 2 |
Hi I wrote a code in Vb.net to insert data to SQL 2005. This transation is through MS DTC to connect the SQL 2005. In the Server Profiler, I can see the user is login and the store procedure is execute. However the data isn't
|
| Newbie, error assigning query results to variables | 15 Oct 2006 20:11 GMT | 4 |
Hi, sorry if this seems stupid, but I'm getting the error below, I'm using SQL Server 2000. Msg 141, Level 15, State 1, Line 6 A SELECT statement that assigns a value to a variable must not be combined
|
| Deserialization: IS NULL vs. ISNULL example doesn't seem to work | 09 Oct 2006 22:14 GMT | 8 |
I've compiled the "classic" POINT datatype in Visual Studio and am running it through a debugging session. I'm looking at Isaac Kunen's blog about IS NULL vs. IsNull and deserialization.
|
| Type "TypePoint" is marked for native serialization, but field "x" of type "TypePoint" is not valid for native serialization | 06 Oct 2006 18:20 GMT | 3 |
I made a point type by C# for deploying in SQL2005. It builds successfully every time. When I deploy, it gives the following error: "Error: Type "SqlServerProject1.TypePoint" is marked for native
|