Viewing 15 posts - 3,931 through 3,945 (of 9,399 total)
k2000.rajesh (2/7/2016)
SQL Server 2012 installation error withA network-related or instance specific error occured while establishing a connection to SQL Server.
The server was not found or not accessible.
I've never heard...
February 7, 2016 at 7:43 am
If you're already running it as a local administrator, then it should run and at least tell you something. Check your running processes and make sure there's nothing in...
February 7, 2016 at 7:38 am
You're talking about the application's interface. You'll want to react to the dropdown's event that fires when you change the selection, which will vary depending on what environment you're...
February 7, 2016 at 7:33 am
Raxter, what they're saying is that we need to be able to reproduce enough of your environment to be able to work on the problem. Keep in mind that...
February 7, 2016 at 7:25 am
Venki508 (2/7/2016)
Thanks for the reply,
Here i go with the exact requirement
We have implmented ERP recently with sql server 2008 database. we are facing some of the issues with client data..so...
February 7, 2016 at 7:15 am
rajemessage 14195 (2/7/2016)
February 7, 2016 at 7:01 am
You mention server restarts not impacting the series of numbers. Please understand that the temp table is limited in scope to your current session.
You could just fire...
February 7, 2016 at 6:40 am
SQL Server certainly has some quirks, but what mature database platform doesn't have them? Having worked in Oracle for years and then SQL Server for years, I have to...
February 6, 2016 at 7:56 pm
Perry Whittle (2/6/2016)
DBADave (2/5/2016)
It is a database owner, not a database creator, and not a local admin.
Tis the same thing, db_owner provides the power to backup and restore the...
February 6, 2016 at 7:37 pm
Hugo Kornelis (2/6/2016)
Ed Wagner (2/5/2016)
February 6, 2016 at 7:24 pm
The ms_foreachdb uses a cursor to iterate through the databases on the instance. If you have to cursor through only a few databases, why not write your own cursor...
February 5, 2016 at 10:14 pm
Luis Cazares (2/5/2016)
curious_sqldba (2/5/2016)
February 5, 2016 at 10:09 pm
jasona.work (2/5/2016)
SQLRNNR (2/5/2016)
WayneS (2/5/2016)
Lynn Pettis (2/5/2016)
jasona.work (2/5/2016)
February 5, 2016 at 10:05 pm
I guess my first question is about the TAB1 and TAB2 tables you're inserting into. Do they both have an ID column?
The next one would be about all your...
February 5, 2016 at 9:56 pm
jasona.work (2/5/2016)
Ed Wagner (2/5/2016)
jasona.work (2/5/2016)
Jack Corbett (2/5/2016)
jasona.work (2/5/2016)
February 5, 2016 at 9:02 am
Viewing 15 posts - 3,931 through 3,945 (of 9,399 total)