Viewing 15 posts - 1,981 through 1,995 (of 6,041 total)
Assuming that AddressUno is an IDENTITY column this will be a lot easier to manage.
First insert the Address table for home address, business address, etc. and for each use the...
December 2, 2016 at 10:35 am
jonathan.d.myers (12/2/2016)
December 2, 2016 at 9:02 am
Speaking of which, I've found that practically all database comparison / synchronization tools don't cover server level objects like jobs, logins, credentials, SSIS packages, or server options.
December 2, 2016 at 7:28 am
Jeff Moden (12/1/2016)
Eric M Russell (12/1/2016)
Jeff Moden (12/1/2016)
Benki Chendu (11/29/2016)
I have used Microsoft SCOM, HP Openview, BMC Patrol and a few more tools to monitor my database infrastructure..But currently, I...
December 2, 2016 at 7:10 am
Jeff Moden (12/1/2016)
Benki Chendu (11/29/2016)
I have used Microsoft SCOM, HP Openview, BMC Patrol and a few more tools to monitor my database infrastructure..But currently, I am using a tool called...
December 1, 2016 at 4:49 pm
Area Man Uses This Simple Trick To Double His Income (AND SO CAN YOU!!)
:rolleyes:
December 1, 2016 at 2:53 pm
ZZartin (12/1/2016)
Eric M Russell (12/1/2016)
December 1, 2016 at 1:31 pm
savibp3 (12/1/2016)
i'm running in sql browser doesn't support sp_who2
Are you the DBA for this server; can you connect to the instance using SSMS or SQLCMD and execute SP_WHO2 ?
December 1, 2016 at 12:19 pm
Other than something like pushing a deployment outside the formal change control process or granting someone elevated permissions, has anyone here ever been asked to compromise their ethics while on...
December 1, 2016 at 12:17 pm
savibp3 (12/1/2016)
December 1, 2016 at 12:13 pm
Gabriel P (11/30/2016)
Something like this:
SELECT *
FROM dbo.ThisTable
WHERE $FID = @FileID
AND $PID =...
December 1, 2016 at 10:05 am
You can also strip characters from a string using the REPLACE function. The ASCII characters for carriage return is (13) and it's typically followed by a line feed (10).
DECLARE @s-2...
December 1, 2016 at 6:53 am
Even if a column contains the same value for every row, it can still very well be used. If you do choose to remove the physical column, you may want...
November 30, 2016 at 2:57 pm
No, you can't open a SSIS project or package directly and edit in place, or at least it's not as easily done as jobs or stored procedures. However, there are...
November 30, 2016 at 2:16 pm
For the concepts of relational algebra that underly SQL, here is an overview:
https://en.wikipedia.org/wiki/Relational_algebra
The mathematical operators and functions included in the T-SQL language are quite basic.
November 30, 2016 at 1:49 pm
Viewing 15 posts - 1,981 through 1,995 (of 6,041 total)