Topics
Started by
Posts
Last post
Hi, I have a scalar function that works ok, it's just that its slow. I have indexed the geom column…
19 replies
Hi I have the following XML string '<SampleXML> <Colors> <Color1>White</Color1…
2 replies
Hi i got a table with three columns. col1 col2 col3 now i want to add a primary key constraint …
3 replies
Since 'cross' is a reserved keyword, I get the following error message: Msg 156, Level 15, State 1,…
3 replies
I'm using the database mail aspect of SQL 2008 successfully. By this I mean that it sends me out th…
3 replies
I'm trying to find out if one field has the data from another field. Here is my situation. I have…
3 replies
declare @xml xml set @xml = '<U> <N id = "2" type ="good"/> <N id = "2" type ="bad…
4 replies
declare @xml_complete xml, @xml_child_element xml set @xml_complete = '<U id = "1"> <…
3 replies
Hello, I have a problem running xp_cmdshell in a stored procedure when I call it from php. execute …
2 replies
Hi Please can anyone let me how can i do the following state amt per NSW130person1 QL…
9 replies
Hello, I am in Australia and we use English style for dates. On the web form the use enters the dat…
2 replies
create table test_const ( id int primary key, fk_id int, bit_1 bit ) insert test_const select 1, 1…
2 replies
Hi All, I am pretty new to SQL Server 2008 and i got stuck while creating a new database which incl…
2 replies
I need to group records by the month/year in a select statement, but the field i have to base it of…
6 replies
Hi I currently have an insert trigger that looks like this. ALTER TRIGGER [dbo].[POP_HEADER_LOGS] …
6 replies
Viewing 15 topics - 9,706 through 9,720 (of 10,647 total)
You must be logged in to create new topics.