Viewing 15 posts - 241 through 255 (of 2,037 total)
Hi
It's a typical SQL injection bug. You cannot insert "Heliy's Competence Lv1" without masking the ' . Do not generate dynamic SQL statements containing values by concatenating strings. If you...
November 3, 2009 at 3:01 am
Yep, this works fine (with the restrictions you mentioned). That's why I suggested to use BCP.
Only problem, the OP wrote (s)he tries to restore a backup.
Greets
Flo
November 2, 2009 at 2:25 pm
Hi
C Schaefer (11/2/2009)
November 2, 2009 at 2:16 pm
For my curiosity, why do you need to change the DATEFIRST within your function?
Probably there is another solution.
Greets
Flo
November 2, 2009 at 12:33 pm
Probably I misunderstood this part, sorry. If you are able to connect the SQL Server from another host, the firewall should be okay.
How did you try to connect to the...
November 1, 2009 at 12:30 pm
Hi
Firewalls on Windows Server 2008 and Windows 7 block those requests by default. Did you customize firewall settings? See this link:
Configuring the Windows Firewall to Allow SQL Server Access
Greets
Flo
November 1, 2009 at 12:15 pm
Hi Tony
You speak right out of my heart. In my opinion to write faster code is not only a question of skills but also a mindset. To write tuned code...
November 1, 2009 at 11:31 am
Hi Swapna
Could you please share your real SELECT statement and probably more information (or the code) of your procedure?
Without some more information it's quiet hard to help.
Thanks
Flo
November 1, 2009 at 10:40 am
Hi
We had (have) an equal problem.
* Ensure you installed all service packs
* Maybe decrease the maximal memory for SQL Server.
* Check for count of concurrent activities
* Check tempdb space
Check...
November 1, 2009 at 3:05 am
Hi
AFAIK there is no way to restore a 2005 backup on 2000. Script your whole database schema and execute the scrip on the destination SS2000. Use BCP to copy the...
October 31, 2009 at 4:23 am
Hi
If disk space is not a problem and you need the data for reporting, I'm always a fan of data-warehousing. Create a second database (with all fine tips of Pedro)...
October 31, 2009 at 4:11 am
Hi
Generally I agree with "SELECT *" is almost never really needed, but to write specific procedures/queries/whatever for each requirement appears to be an overkill, in my opinion. I query specific...
October 31, 2009 at 4:03 am
Hi
Since I didn't participate the previous discussions, let me share my ideas here. 😛
Disclaimer: I come from .NET side. However,if you are a Java developer, things should be quite alike.
XYZ.Data.Core...
October 31, 2009 at 3:49 am
Hi
Could you post a snippet of your java code and your procedure?
Thanks
Flo
October 31, 2009 at 1:51 am
Hi JKSQL
I have to say this. SQL Server is a (database server) service and it never should do any GUI jobs.
If you want to open some GUI applications simply use...
October 30, 2009 at 5:10 pm
Viewing 15 posts - 241 through 255 (of 2,037 total)