Viewing 15 posts - 1,486 through 1,500 (of 11,678 total)
Puma123 (10/30/2014)
Data Table
I mean a calendar table that stores the dates and relevant information.
October 30, 2014 at 1:37 pm
Stefan Krzywicki (10/30/2014)
Makes me a little uncomfortable.
Also found out the hard way that they lost registration data "when moving...
October 30, 2014 at 1:36 pm
cbrammer1219 (10/30/2014)
Now I am getting this error (Incorrect syntax near '8'.) after I converted the parameters to nvarchar.
How did you convert them?
October 30, 2014 at 8:34 am
You are trying to append a date to a string.
... where convert(datetime, ''10/08/2014'', 101) ' + @startdate + 'between' + @enddate + ') ...
Convert @startdate and @enddate to strings first.
BTW,...
October 30, 2014 at 7:58 am
kbhanu15 (10/30/2014)
can you please tell me what r the drop backs if i create like this ?
Your question is too vague to be answered.
Explain your scenario, what you want to...
October 30, 2014 at 5:51 am
It seems you already have a thread going on.
Please do not post duplicate threads. It will fragment replies and waste peoples time.
October 30, 2014 at 3:25 am
webmaster 95860 (10/29/2014)
I guess I also have a question, why is the option to append to an existing table in the Import Wizard grayed out?
Where do you see this? As...
October 30, 2014 at 3:17 am
pharmkittie (10/29/2014)
October 30, 2014 at 2:16 am
gravitysucks (10/29/2014)
Koen Verbeeck (10/29/2014)
October 30, 2014 at 2:14 am
Did you try SUBSTRING?
October 30, 2014 at 2:04 am
naga.rohitkumar (10/30/2014)
HI ,Can you please, mention what are those DMVs which and can be used and what dmv for what area in the list i menitoned
Did you read the book?
October 30, 2014 at 2:01 am
1. Normally the installation should work side-by-side. (I have VS 2010 / 2012 / 2013 on my machine) But it is MS software. There can always go something wrong...
2. Correct....
October 30, 2014 at 2:00 am
Do you have a date table in your database or data warehouse?
October 30, 2014 at 1:58 am
You need to escape single quotes with another single quote.
An example:
SELECT 'This string will escape ''this other string''.'
Instead of using ' for your aliases, you could also use square brackets....
October 30, 2014 at 1:52 am
anthony.rooney (10/29/2014)
Have you SSIS stairways been updated for SSDT_BI because the environment has been changed substantially?
The layout has changed, but the way SSIS works is largely the same.
The biggest changes...
October 30, 2014 at 1:47 am
Viewing 15 posts - 1,486 through 1,500 (of 11,678 total)