Viewing 15 posts - 1,216 through 1,230 (of 15,381 total)
Thom A (10/5/2016)
Sean Lange (10/5/2016)
October 5, 2016 at 8:08 am
Thom A (10/5/2016)
October 5, 2016 at 7:19 am
peter478 (10/3/2016)
October 3, 2016 at 7:54 am
WayneS (9/30/2016)
Oh, what a fun day this is turning out to be. (Check out the attachment)
ACK!!!! And of course this happens on Friday instead of Monday. Here is hoping you...
September 30, 2016 at 2:51 pm
Eirikur Eiriksson (9/29/2016)
September 30, 2016 at 7:02 am
ScottPletcher (9/29/2016)
Sample dynamic SQL:
DECLARE @MySprocParam VARCHAR(50) = 'TestAlias'
EXEC('SELECT ''ASDF'' AS [' + @MySprocParam + ']')
This works until you have a [ or ] or some other funky characters in your...
September 29, 2016 at 1:08 pm
chris.asaipillai-624309 (9/29/2016)
I have a SQL table called dbo.AuditItem.
This contains a column called [OldRow]. This column is in XML format
I want to write a query to extract a piece of...
September 29, 2016 at 1:00 pm
Even posted on a proper forum this question lacks clarity. It is not at all clear what you are trying to do. Have you looked at the FOR EACH loop?...
September 29, 2016 at 7:23 am
Your problem is right here.
FROM Customer, Address
You have separated your tables with commas using an old style join syntax. Since you don't specify which rows to match in your where...
September 28, 2016 at 9:09 am
mw112009 (9/28/2016)
As for...
September 28, 2016 at 9:02 am
mw112009 (9/28/2016)
Please see attached. This works fine and gets the Definitions of views saved in a txt file.
One little issue: Take a look at the first highlighted circle ( with...
September 28, 2016 at 7:07 am
bmg002 (9/27/2016)
if you are using 3 values in the object declaration, you are declaring the database, the schema and the object.
so in your case:
JIREM10.dbo.JIRABConcentration
JIREM10 is the...
September 27, 2016 at 1:36 pm
mpdillon (9/27/2016)
Truncate Table [FS-JirEMSQL].JIREM10.dbo.JIRABConcentration Fails
But
Truncate Table JIREM10.dbo.JIRABConcentration is...
September 27, 2016 at 1:01 pm
The absolute best solution would be stop naming tables _2008 etc. Add in a transaction year or similar as a column in the table and this is no longer an...
September 26, 2016 at 1:03 pm
Brandie Tarvin (9/26/2016)
HELLO! This is my new "must have".
That is way cool.
September 26, 2016 at 7:43 am
Viewing 15 posts - 1,216 through 1,230 (of 15,381 total)