Viewing 15 posts - 5,761 through 5,775 (of 13,468 total)
it's permissions still.
this is a common security misconception/"gotcha". The problem is that when you access any resource OUTSIDE of SQL server, like network shares, local hard drives and folders,xp_cmdshell,bcp with...
March 20, 2012 at 10:02 am
gary.p.heath (3/20/2012)
March 20, 2012 at 9:41 am
I think you'll be fine if you just add a little flexibility into your application for handling the building of the connection string.
for example, what should happen if i wanted...
March 20, 2012 at 9:09 am
gary.p.heath (3/20/2012)
No, my program is a Windows Form with multiple Tabs that allows the user to update the database (yearly maintenance) and then process the...
March 20, 2012 at 8:33 am
nope. a database connection would be part of the project, not the database or the database service....the application "assumes" it's there.
you would typically parameterize the elements required for the connection...
March 20, 2012 at 7:52 am
without seeing the procedure itself, all i can offer is basic suggestions.
you might be suffering from parameter sniffing.
you might want to update your statistics.
the SET options (ansi_nulls, etc) between SSMS...
March 20, 2012 at 7:43 am
tI'd check for three things:
1. Make sure the SQL Broswer service is running. That is the Service that handles the part of the connection when you request machinename\Instance1 ,...
March 20, 2012 at 6:17 am
For those of you who followed this thread, did anyone use this method to handle foreign keys with circular references?
I adapted a couple of the posted examples, and against one...
March 18, 2012 at 10:01 am
in the past, because the foreign key table is used for a drop down list, I've seen key-value pairs like 0 'Select...', and the default of zero in...
March 17, 2012 at 3:47 pm
My questions still apply;without details on what you have,what technology and what you've tried, i cannot give you any more advice than "the next button needs to retrieve the next...
March 17, 2012 at 10:37 am
Not enough information, my friend. Remember we can only see what you post.
Are you writing an application? If true,which language?
Or maybe reporting services?
Do you have any code you tried so...
March 17, 2012 at 6:44 am
First check the windows firewall. Disable it on the server, and then try to connect via SSMS from a remote machine. If it connect, you know you have to...
March 17, 2012 at 5:25 am
The default value would need to be a real value in the foreign key table.
An example might be a.n address record has a default value of the key to tbsrate...
March 16, 2012 at 9:10 pm
ramchandra2cool (3/16/2012)
when i did that i got junk characters there . can u pls advise
ALL junk characters or SOME junk characters? was it human readable when you opened it?
if all...
March 16, 2012 at 2:56 pm
halifaxdal (3/16/2012)
Thanks.Why adding ROW_NUMBER() OVER (ORDER BY Q1.Code ASC) AS 'Row Number' gives me Row Number starting 900 and not in order?
because there is no default order. SQL built the...
March 16, 2012 at 1:06 pm
Viewing 15 posts - 5,761 through 5,775 (of 13,468 total)