Viewing 15 posts - 8,656 through 8,670 (of 8,730 total)
Would a SELECT of the original tables using just the required columns help? or it wouldn't make any significant improvement?
Or maybe a view limiting the rows I need before I...
August 2, 2012 at 10:59 am
That would be a problem with Windows or domain permissions.
Try to connect to that server outside of SQL, if someone else is in charge of that, you should contact him.
August 2, 2012 at 7:43 am
emmanuel.constant (8/1/2012)
Luis Cazares (7/31/2012)
Which SQL Server do you want to connect to?
Server:
Just put the IP Address and port. Example:
192.168.0.1,1433
If it works, that might be...
August 2, 2012 at 7:07 am
I'm really proud of me because instead of running the query, I went to SQL help to find out what where the 4 and 7 in the datetime2 declaration.
I've learned...
August 2, 2012 at 7:01 am
I'm not sure, but I believe your original problem was on:
SET @ParamDefinition = '@counter_txt'
As it should be
SET @ParamDefinition = '@counter_txt as NVarchar(2)'
Just for general knowledge, as it seems that you'll...
August 1, 2012 at 11:15 am
That's because those Stored Procedures weren't created due to errors in the code.
For those you must use CREATE instead of ALTER.
The other option, would be to use CREATE on all...
August 1, 2012 at 10:04 am
In the part where it asks
Which SQL Server do you want to connect to?
Server:
Just put the IP Address and port. Example:
192.168.0.1,1433
If it works, that might be some problem with...
July 31, 2012 at 2:05 pm
Why are you trying to create an ODBC connection?
Are you trying to connect to SQL Server Management Studio?
Are you using a prompt window like this?
Or are you trying to create...
July 31, 2012 at 1:42 pm
emmanuel.constant (7/31/2012)
How would I do that?
Instead of using ServerName\InstanceName
Use IPAddress,port
Example: 192.168.0.1,1433
July 31, 2012 at 1:22 pm
Have you tried connecting using the IP address and port instead of the server name?
That happened in a company I used to work.
July 31, 2012 at 1:16 pm
rummings (7/31/2012)
I tried to execute:Delete From Survey_Response
Are you kidding? a DELETE with no WHERE? :blink:
July 31, 2012 at 9:04 am
laddu4700 (7/31/2012)
I am using SQL 2008 SP3 10.0.5500.0(x64). MS enterprise edition on Windows NT 5.2 x64 Build 3790 service pack 2
...
am i missing anything here? Please advise.
Is that the version...
July 31, 2012 at 9:00 am
L' Eomot Inversé (7/31/2012)
edit: looks as if some people have picked a less than 5 options, despite the clear instructions.
I never read the "choose 5" instruction until I saw your...
July 31, 2012 at 7:34 am
Lynn Pettis (7/30/2012)
Luis Cazares (7/30/2012)
Am I missing something? Have you...
July 30, 2012 at 3:56 pm
What's your point Lynn? The last two values use datalength on unicode strings and is normal to give the same output.
Am I missing something? Have you slept well lately?
July 30, 2012 at 2:48 pm
Viewing 15 posts - 8,656 through 8,670 (of 8,730 total)