Viewing 15 posts - 1 through 15 (of 21 total)
GilaMonster (10/9/2015)
Open Object explorer, navigate to a table/view, Drag the 'columns' folder to your query window.
SQLPrompt does all the column generation for inserts and selects. It's not...
October 14, 2015 at 10:05 pm
Jeff Moden (5/26/2014)
danaanderson (5/25/2014)
Jeff Moden (5/25/2014)
danaanderson (5/25/2014)
May 26, 2014 at 1:29 pm
Matt Miller (#4) (5/25/2014)
May 25, 2014 at 11:56 pm
Jeff Moden (5/25/2014)
danaanderson (5/25/2014)
May 25, 2014 at 11:50 pm
J Livingston SQL (5/25/2014)
danaanderson (5/25/2014)
Anyone else have any thoughts? It's surprising that there was only one person replying in a time span of about 23 hours.
not sure what you...
May 25, 2014 at 11:48 pm
I just swapped those two dbType attributes to the end like all the other type attributes in the parameters and it didn't make a difference.
Dana
May 25, 2014 at 2:01 am
I don't think that it matters about the position in the parameter of the dbtype spec, but I'll check it out. It is ASP.NET. Classic ASP is quite...
May 25, 2014 at 1:51 am
Carolyn S. White (1/21/2014)
I retyped everything and still got the same error.
This is what I typed in:
SCHEMA_NAME(o.schema_id) + ',' + OBJECT_NAME(p.object_id) AS name,
...
January 21, 2014 at 11:32 am
Carolyn S. White (1/20/2014)
I need to change this how?
I get the error
Incorrect syntax near 'o'.
I tried changing SCHEMA_NAME to the name of the schema for the...
January 21, 2014 at 12:29 am
Louis&Sql (1/18/2014)
danaanderson (1/18/2014)
January 18, 2014 at 10:29 pm
The total space used in version 2 doesn't match any of the space used values in version 1. The values in version 1 seem to be considerably higher in...
January 18, 2014 at 1:40 pm
homebrew01 (6/3/2013)
June 3, 2013 at 10:41 am
kiran.vaichalkar (6/1/2013)
Please help me on below few queries
My table is
Users(ID IDENTITY(1,1) PRIMARY KEY, NAME nvarchar(10), MANGER_ID fk_User_id References ID)
1) now im trying SET IDENTITY_INSERT USERS.ID OFF
But...
June 2, 2013 at 11:53 pm
homebrew01 (6/2/2013)
In a simple world, it looks like a good opportunity to use the '*' to split the field into 3 columns:FName
MName
LName
Gives you much more flexibility for future needs.
Unfortunately, this...
June 2, 2013 at 11:40 pm
Viewing 15 posts - 1 through 15 (of 21 total)