Search Results

1
vote

SQL Server Service Broker Issue & Tutorials

Hi William In answer to your first question, hopefully, you'll see something in the sys.transmission_queue system view. See …
1
vote

Deploy a CLR Trigger/Stored Procedure using WiX

If you want to avoid the trickiness of placing the file, you can use the alternate form of the CREATE ASSEMBLY statement that specifies the assembly in byte form. e.g. CREATE ASSEMB …
2
votes

Scripting individual database objects

In SQL Server 2005 SP2, this is supported. If you select the option, it will give you files named after the objects, but also including the type of the object in the file name. …
1
vote

How can you do a full outer join in sqlserver 2005?

Full outer joins should be supported by SQL Server 2005 - what makes you think they aren't? …