Viewing 15 posts - 1,846 through 1,860 (of 6,679 total)
Is the AD group still setup as a login to the server? If so - then it doesn't matter if the group is enabled or disabled, in fact - that...
May 11, 2020 at 5:25 pm
If you already have an SSIS package setup to build the Excel files - then you should be able to put everything else in the script directly into SSIS. It...
May 9, 2020 at 3:36 pm
I am assuming a standard letter size - 8.5 x 11. If so - confirm the pallete size of the report does not exceed 11 - left margin - right...
May 8, 2020 at 4:06 pm
Okay - I see the problem here. The issue is that we are replacing a single character from Viet to multiple characters in VNI. The way the replace works it...
May 7, 2020 at 4:57 pm
In SQL Server - if you try to use a date string in DD/MM/YYYY format where the language is set to US (either for that connection or server) it will...
May 7, 2020 at 2:55 pm
Hi Jeffrey
The field I'm using for the parameter is a date/time field and the parameter is set to date/time type. It's allowing me to enter UK dates at Preview...
May 6, 2020 at 6:11 pm
I am a bit confused - if your parameter is setup as a date/time parameter then it shouldn't matter the 'format'. The parameter will be defined as a date/time and...
May 6, 2020 at 4:18 pm
The original function was to convert from VNI to VIET. You changed this to convert from VIET to VNI. Here are the results from my system:
You are looking at a cross-tab or pivot of the data:
Select EmpNo
, Sales = sum(Case When JobNo = 'Sales' Then...
May 5, 2020 at 9:16 pm
Are you saying your DEV system is setup with an availability group and you need to refresh the DEV database(s) from production on a daily basis?
I see no reason to...
May 5, 2020 at 4:04 pm
OP using SQL 2014 - m0st likely syntax used won't work
Are you referring to 'Drop Table If Exists'?
May 4, 2020 at 6:34 pm
How was this system created - is it a new system where you restored the databases from backups? If so - check the owner of the database and change it...
May 4, 2020 at 6:27 pm
I pulled the list of viet character encodings from http://vietunicode.sourceforge.net/charset/
Using that list to build the table you can then use that table to convert to/from multiple character encoding. The function...
May 3, 2020 at 4:27 pm
I am not sure about the full process you are attempting here - but it looks to me like a situation that might work better as a master package and...
May 1, 2020 at 7:43 pm
I have a pretty "dumb" question, but I want to get the consensus on this
I have a table that is going to store Location data (address, geocoding, etc). Location...
April 29, 2020 at 9:55 pm
Viewing 15 posts - 1,846 through 1,860 (of 6,679 total)