Viewing 15 posts - 166 through 180 (of 7,168 total)
Brandie Tarvin (2/25/2016)
...some OLTP databases reference tables in the Reporting databases.
How many tables? I am thinking a simple Transactional Replication Publication on Server B subscribed to by Server A (same...
February 25, 2016 at 7:31 pm
ThomasRushton (2/25/2016)
Ed Wagner (2/24/2016)
Grumpy DBA (2/24/2016)
Luis Cazares (2/24/2016)
crookj (2/24/2016)
HappyGeek (2/24/2016)
Ed Wagner (2/24/2016)
ChampionsQueen!!
Dust (another one bites the...)
Bohemian (Rhapsody)
(Under) Pressure
ZZ Top
(Top) Trumps
Triumph
February 25, 2016 at 2:57 am
Igor Micev (2/25/2016)
Orlando Colamatteo (2/25/2016)
Igor Micev (2/25/2016)
Orlando Colamatteo (2/24/2016)
Igor Micev (2/24/2016)
Orlando Colamatteo (2/21/2016)
etl2016 (2/21/2016)
I am willing to go for a All-in-One Desktop, for home computing/educational purpose, mostly having Microsoft development...
February 25, 2016 at 2:01 am
Igor Micev (2/25/2016)
Orlando Colamatteo (2/24/2016)
Igor Micev (2/24/2016)
Orlando Colamatteo (2/21/2016)
etl2016 (2/21/2016)
I am willing to go for a All-in-One Desktop, for home computing/educational purpose, mostly having Microsoft development apps such as below.
Could...
February 25, 2016 at 1:36 am
You're welcome. Thanks for the feedback.
February 24, 2016 at 8:26 pm
Igor Micev (2/24/2016)
Orlando Colamatteo (2/21/2016)
etl2016 (2/21/2016)
I am willing to go for a All-in-One Desktop, for home computing/educational purpose, mostly having Microsoft development apps such as below.
Could you please suggest if...
February 24, 2016 at 8:00 pm
Eric Mamet (2/24/2016)
Our management gets very upset if they find we spend time writing tests...:doze:
That is a little sad. Do they get upset when there are bugs in production...
February 24, 2016 at 3:16 am
Cadavre (2/23/2016)
BEGIN TRY
DECLARE @sql NVARCHAR(MAX) = 'IF ' + CHAR(39) + '1' + CHAR(39)
+ ' COLLATE Arabic_CI_AI...
February 23, 2016 at 9:35 pm
Grumpy DBA (2/23/2016)
Ed Wagner (2/22/2016)
DonlSimpson (2/22/2016)
ZZartin (2/22/2016)
Grumpy DBA (2/22/2016)
djj (2/22/2016)
FixesNeutered
Schnauzer
Terrier
Bichon
Weimaraner
Westminster
February 23, 2016 at 6:13 am
I must have gotten into a strange area of perception with the site not understanding the behavior of the drop down coupled maybe with some email delays on my end...all...
February 23, 2016 at 1:47 am
dawryn (2/23/2016)
I'd rather use (undocumented) stored procedures sp_MSForEachDB instead of cursor for single line solution:
Exec sp_MSForEachDB 'EXEC [?].dbo.sp_change_users_login @Action=Report'
Please don't use that procedure. Here is why: http://sqlblog.com/blogs/aaron_bertrand/archive/2010/12/29/a-more-reliable-and-more-flexible-sp-msforeachdb.aspx
February 23, 2016 at 1:42 am
SteveEClarke (2/22/2016)
Hi Orlando,You mentioned that I have some options missing - however, the options that you have mentioned are for screen width ( -w, -y )
Without the -y the...
February 22, 2016 at 8:30 am
I noticed a few things missing from your options when trying to run this locally:
sqlcmd -S ".\sql2012" -d "tempdb" -E -s"|" -w 65535 -y 0 -i "C:\@\ActualSales.sql" -h -1 |...
February 22, 2016 at 7:11 am
It would be helpful if you would provide the CREATE TABLE statement for your admin table, some INSERT statements to populate it with sample data and the query used to...
February 22, 2016 at 6:50 am
Andrew P (2/21/2016)
The situation I have is where a previous developer has left a system with...
February 22, 2016 at 6:42 am
Viewing 15 posts - 166 through 180 (of 7,168 total)