Topics
Started by
Posts
Last post
Dear Experts, I created Extended Properties for tables and columns in SQL Server 2005 database and …
1 replies
Hi, I hope someone can help me out here? I have an Id that contains duplicates. I'm trying to on…
10 replies
How can I import XML from a file into an XML field in a SQL Server 2005 table?
9 replies
create table #MaxCal ( Col1 int ,Col2 int ,Col3 int) insert into #MaxCal select 12 ,53,65 insert in…
2 replies
Hi Guys, can I use multiple statements in my BEGIN TRANSACTION case so that they will ALL rollback …
2 replies
Create procedure add193instock( @trnno int, @isin varchar(15), @debit int, @credit int, @desribe va…
2 replies
Hi guys, I have a table where one field is an xml data type. Can anyone please guide me how to save…
3 replies
Hello, I'm a bit stuck here cause i find an answer in any book witch tells me i guess thats a bad p…
7 replies
Hello, For application easy and limitation of tables we have worked something out where we could fo…
4 replies
I have used broker services to create an asynchronous trigger (AS) within a database. On the recei…
6 replies
I have been working with databases designed by others for years, and for the first time and designi…
3 replies
CREATE FUNCTION [dbo].[Split](@string varchar(1500), @delimiter char(1)) RETURNS TABLE AS RETURN ( …
4 replies
Hia guys, hope all is well. I've run into this problem only once, and sadly that was on a major cli…
1 replies
I have a situation where in I need to create a excel file from java code for which data is coming f…
3 replies
In a table if there is a column with last name Example joe :it should be replaced as A-to be repla…
6 replies
Viewing 15 topics - 2,836 through 2,850 (of 4,155 total)
You must be logged in to create new topics.