Viewing 15 posts - 12,256 through 12,270 (of 18,923 total)
Could you post the check for tempdb so we can put this myth to rest once and for all?
October 28, 2005 at 11:12 pm
Alright... can't go against what they want
.
October 28, 2005 at 3:12 pm
IF in QA >>
USE CorrectDatabaseName
or in the connection string of the application, you can specify the correct database with the option catalog (IIRC).
Check out http://www.ConnectionStrings.com
October 28, 2005 at 2:59 pm
If you're sure that the table exists then try this :
Select * from YourUserName.TableName
to find your username :
Select USER_NAME()
October 28, 2005 at 2:55 pm
Remove quotes around the tablename (unless you want to start messing with the quoted identifiers)
Does the table exist?
What's its real name?
October 28, 2005 at 2:50 pm
No offense but that data is pretty easy to split (assuming the url is in a valid url format). And then the search engine wouldn't be too hard to...
October 28, 2005 at 2:12 pm
Can you split the url into its parts.
protocol = https://
DomainName = http://www.SubDomain.DomainName
Folders = new tables with all the folders
FileName = Whatever.aspx
parameters = new table or string with the parameters.
That way...
October 28, 2005 at 2:01 pm
Sorry but this is a presentation issue and it should be taken care of application side.
October 28, 2005 at 1:57 pm
Full-text search uses like 'string%'. What do you need to search exactly?
October 28, 2005 at 1:29 pm
No comment on this one from me, already cost us a user yesterday
.
October 28, 2005 at 1:23 pm
The session times out after a few minutes... always save the post before sending it away
.
October 28, 2005 at 1:08 pm
It should, but test this on a backup of the db just to be sure.
October 28, 2005 at 12:30 pm
I need the table definition and sample data for all the tables involved and the required result with the data sent. I know it's a pain but that removes...
October 28, 2005 at 11:55 am
Viewing 15 posts - 12,256 through 12,270 (of 18,923 total)