Viewing 15 posts - 46 through 60 (of 926 total)
August 29, 2017 at 5:37 am
Are you trying to restore the db backup on Azure or want to restore it on your local machine?
August 29, 2017 at 1:38 am
try the following:
1. On your Data Source Designer, Click 'Impersonation Information' Tab, select the 'Use the service account' Option.
2. On 'General' tab, Click "Edit" button, Try to...
August 29, 2017 at 1:17 am
April 26, 2017 at 5:13 am
nice and easy. Thanks Steve.
Just curious, why 42 🙂?
April 26, 2017 at 12:36 am
polkadot - Tuesday, March 21, 2017 1:28 AMDoes this problem appear solveable with sql query?
it would more sense to focus on the...
March 21, 2017 at 2:12 am
January 24, 2017 at 6:17 am
Stewart "Arturius" Campbell (12/20/2016)
That is a really cool improvement (i wasn't aware it had changed, so learned something)nice question, thanks Steve
+1
December 20, 2016 at 10:40 pm
Both CONVERT and TRY_CONVERT function converts the expression to the requested type. But if the CONVERT function fails to convert the value to the requested type then raises an exception,...
December 16, 2016 at 12:13 am
Its always nice to have a proper table structure for a sample data. something like this:
declare @Sample Table (GroupCode char(1), BinNumber int, ValueCode varchar(20), DetailCode varchar(20))
Insert into @Sample
Select 'A',1,'ValueA','Details1' union...
November 4, 2016 at 2:11 am
Nice and easy question. Had a scratch due to the typo.
Thanks for sharing Steve.
September 30, 2016 at 4:46 am
JustMarie (9/28/2016)
September 29, 2016 at 12:43 am
+1 Phil, nice reflexes
was about to share the same thing 🙂
September 28, 2016 at 7:53 am
Viewing 15 posts - 46 through 60 (of 926 total)