Viewing 15 posts - 3,811 through 3,825 (of 7,496 total)
bambang (4/11/2009)
Thanx for your suggestion, but it's not work yet.
The query result would be like this :
PrimaryKey1 PrimaryKey2 TitleOrder Title TitleDescription
1 1 0 Movies A great movies
1...
April 11, 2009 at 11:09 am
In many cases, problems start with people creating every column nullable - except for the primary key column(s) - without popping the questing of for that specific column NULL is...
April 11, 2009 at 10:04 am
bambang (4/11/2009)
I have a problem to update data from table.
The Source table looks like this:
PrimaryKey1 PrimaryKey2 TitleOrder Title ...
April 11, 2009 at 6:47 am
- Post the xml schema and we may be able to get you on track
- maybe my recent post can help a little.
http://www.sqlservercentral.com/Forums/Topic678236-21-1.aspx
April 10, 2009 at 11:13 am
Do you have access to visual studio team edition for database admins ?
April 10, 2009 at 11:06 am
Steve Jones - Editor (4/10/2009)
Gail, happy to give you moderator privs if it wouldn't add another 150-200kb to your download 🙁.....
As long as it doesn't add Kg's ... :w00t::-D
Hey, maybe...
April 10, 2009 at 8:04 am
I tested it overhere and always got the correct results (x86 (std ed)and x64 (ee))
select LEFT(NULL,ABS(CAST(CHARINDEX('.',NULL) AS INT)-1))
select LEFT(NULL,ABS(CAST(CHARINDEX('.',NULL) AS BIGINT)-1))
select LEFT(NULL,ABS(CAST(ISNULL(CHARINDEX('.',NULL),NULL) AS INT)-1))
go 1000 -- executes the previous batch...
April 10, 2009 at 6:10 am
you may want to try it out by logging on to your server that launches the ssis package and using that service account (or proxy).
Then try to use the unc...
April 10, 2009 at 6:06 am
are you using the same ansi settings when executing on the different instances ?
What do you expect as a correct result ?
April 10, 2009 at 5:44 am
Has the account that launches the ssis package been granted read authority on your UNC path / file ?
(service account of sqlagent or proxy account of the sql jobstep that...
April 10, 2009 at 5:33 am
It is as useful as putting a fence around your house.
Anyone wanting to walk on your territory will have to do a bit more effort to get there.
So, maybe they'll...
April 10, 2009 at 1:13 am
Basically, with a migration scenario, you install a fresh sqlserver (not necessarily on a new box) of the edition you want to migrate to, and then you copy the databases,...
April 10, 2009 at 12:41 am
We install SSMS + BOL on every sqlserver server.
(BIDev studio will only get installed at request.)
Why do we install SSMS locally on the server ?
Because we are only allowed to...
April 10, 2009 at 12:21 am
I advise to use Gerts solution on SMTP mail to avoid all the hassle with the mail client.
Have a look at http://www.sqldev.net.
It will off course need an extra step to...
April 9, 2009 at 12:15 pm
HTH
Just make sure you test it (so you get to see the lovely pictures as desired) 😉
April 9, 2009 at 7:17 am
Viewing 15 posts - 3,811 through 3,825 (of 7,496 total)