Viewing 15 posts - 1,546 through 1,560 (of 2,649 total)
you will most likely need to get your network/windows admins involved - there could be many reasons and none associated with SQL Server itself.
have a look at this google...
April 20, 2020 at 7:05 am
go to tools -> options - > Environment -> international settings.
probably set to "same as Microsoft Windows"
but this should not affect your code - unless you are copying/pasting from SSMS...
April 19, 2020 at 12:10 pm
If you are sysadmin you can't give permissions to yourself - neither do you need it on this case so remove that from your script.
regarding setuser - do not use...
April 19, 2020 at 7:50 am
well.. first link I got when I searched was the one that Oracle themselves supply - so I wonder if you did find it on your googling and did you...
April 17, 2020 at 6:29 pm
did you bother googling? there are a few tools (mostly commercial) including one from Oracle that can either put them on a format you can read or that will...
April 17, 2020 at 6:02 pm
yup.. you do need to go and learn the basics of T-SQL.
remove all "GO" statements that are after the create procedure.
But as Brian mentioned why this? once created the indexes...
April 17, 2020 at 5:51 pm
if I understand what you are trying to say it seems that you don't know how to create a stored procedure
so instead of putting a few snippets from your code...
April 17, 2020 at 5:39 pm
and what is your issue?
what you said does not give us any detail other than what you intend on doing.
April 17, 2020 at 4:01 pm
Visual Studio is 32 bit - you need to install ACE x32 in order to be able to create new SSIS packages using it.
April 16, 2020 at 7:36 pm
We just discovered another process that is having a similar issue. It appears to be where the field size in the "source" table (which contains the non-clustered columnstore index)...
April 16, 2020 at 2:13 pm
As Grant mentioned in order to achieve a similar functionality like Oracle you need to have your database set with Read Committed Snapshot (RCSI).
Basically with RCSI your readers will not...
April 16, 2020 at 6:26 am
did you bother reading my reply?
April 14, 2020 at 4:31 pm
you do need to look at the output of your print command - that will show it what is wrong.
try the following - removed some of the single quotes on...
April 14, 2020 at 3:52 pm
using https://mh-nexus.de/en/hxd/ - its a must have tool for a developer that deals with multiple type of files. with it you can see if the row delim is "0d", "0A"...
April 13, 2020 at 5:18 pm
If you're going to split the data on the way in, even if it's just two columns, you're going to need a "Format File" to do it. If no...
April 13, 2020 at 4:26 pm
Viewing 15 posts - 1,546 through 1,560 (of 2,649 total)