Viewing 15 posts - 1,576 through 1,590 (of 7,168 total)
Sqlism (3/14/2013)
I had 2012 integration services installed on a server. i am trying to connect to Oracle but it is failing. I worked with Same SSIS Pkg in 2008...
March 17, 2013 at 5:01 pm
kiran.vaichalkar (3/17/2013)
Thanks A Lot!!!!:-):-)
You're welcome 🙂 Thank you for the feedback.
Just one more note about the use of an explicit transaction. By default SQL Server will auto-commit statements unless the...
March 17, 2013 at 5:26 am
Two definite issues:
1. You have to watch your data types. In your CASE expression your default case outputs a 0, which will default to an INT in SQL Server. Try...
March 16, 2013 at 2:19 pm
but what I want is that a separate permission should be granted to this user in sql.
Is it possible?so when they login they access different objects.
Yes. Drop the SQL Server...
March 16, 2013 at 2:11 pm
I agree in so far as I could not find anything in spec related to this behavior, but not that it signifies any type of bug. I do not have...
March 16, 2013 at 11:46 am
Just a quick update. This problem was fixed on the Surface RT a while back. Thanks!
March 16, 2013 at 11:23 am
In that case I would go with a 3GB max memory setting as well provided SQL Server is the only thing running on the machine, and monitor available memory to...
March 16, 2013 at 11:14 am
The reason why I disagree is because of the behavior of the after trigger when it is the instead trigger that is fired first. The instead trigger fires the after...
March 16, 2013 at 9:14 am
Is your Server/SQL Server 32 or 64 bit? That will make a difference in terms of the percentage of your 4GB SQL Server can actually use by default.
March 16, 2013 at 7:43 am
This is a website dedicated to SQL Server. You mat get lucky and snag someone who also uses Jira that can help, but you may also want to consider posting...
March 16, 2013 at 7:23 am
brettstahlman (3/15/2013)
March 15, 2013 at 10:02 pm
We're in a 2012 Forum so I'll assume SQL 2012. Support for COMPUTE was dropped from SQL Server 2012 and is not available under any compatibility mode. Use ROLLUP instead.
March 15, 2013 at 7:57 pm
I just ran Profiler to see what was happening and as I suspected the operation to get the list of databases is happening on the same SPID as the query...
March 15, 2013 at 3:55 pm
PS Forgot to mention the function is undocumented so take that into consideration.
March 15, 2013 at 3:48 pm
Are these SQL Agent date and time values? I used to have my own homegrown functions but I just picked up knowledge of this lttle gem on these forums the...
March 15, 2013 at 3:32 pm
Viewing 15 posts - 1,576 through 1,590 (of 7,168 total)