Topics
Started by
Posts
Last post
Greetings all, I am using .net to perform a bulk insert. I am doing this by creating a bunch of emp…
2 replies
I'm having some issues with getting the TOP X records for a query that runs in 10 seconds without t…
4 replies
I use following query to rename a table DECLARE @RenameTableDetail varchar(50) SELECT @RenameTableD…
2 replies
How can I copy and entity that is represented by records in more than 1 table (due to the fact that…
3 replies
Hi, In SQL Server Management Studio, Observed there's something i would like to know. I logged in a…
11 replies
Hi All, For some reason, I need generate a table from an existing table, order by another columns. …
14 replies
Morning- Anyone know of a way to find all sprocs or views in a database that use a specific view or…
14 replies
Oracle PL/SQL has a syntax extension for creating procedures, functions, triggers, etc. Instead of…
12 replies
I have a table CREATE TABLE AAATable ( K INT, SKU VARCHAR(1), KBN INT, MONEY INT ) with data INS…
5 replies
is there a setting that will force the "quoted identifiers" to appear when your outputing your resu…
1 replies
Hi i m having a requirement where i need to include all the months between two date for ex: select …
6 replies
Hi experts, i have an database date field in sql server 2005. i want to build an query to update on…
3 replies
At my work we have a field that is basically a long string (datatype text) that is updated when a r…
4 replies
Howdy! I have a stored procedure that sets the IsIgnored flag in a table to 1 (true) if the user ig…
9 replies
I'm sure there's something glaringly obvious here that I'm just not seeing. I want to do something…
2 replies
Viewing 15 topics - 10,156 through 10,170 (of 10,635 total)
You must be logged in to create new topics.