Viewing 15 posts - 6,316 through 6,330 (of 49,571 total)
.But starting statements with terminators teaches bad habits .For example I had a dev recently who scattered ; randomly until the SQL proc started working .Once it had been explained...
March 30, 2015 at 5:37 am
Since I still have no idea what you're trying to do, maybe.
March 30, 2015 at 5:36 am
See the edits of my earlier post!
GilaMonster (3/30/2015)
March 30, 2015 at 5:20 am
Ask yourself whether you could solve the problem with that little information....
March 30, 2015 at 5:19 am
I still have no idea what you're trying to do.
We're not sitting in your office, we can't see your screen, we don't know what you're trying to achieve unless you...
March 30, 2015 at 5:00 am
Huh?
If data has been deleted, it's gone. Or are you referring to a table which has an 'IsDeleted' column or similar.
March 30, 2015 at 4:43 am
Don't put stuff in the root of a drive, you're likely to get permission problems. Windows protects the root directory of all drives, C the most, but all others as...
March 30, 2015 at 4:18 am
You missed the exact same letter in both the statement and the error message, an error that stated that the format of the file name was wrong?
If that's an excel...
March 30, 2015 at 4:09 am
You've left out the drive letter in the path
Cannot bulk load because the file ":\Work\Development\SalesReportsFF.xml" could not be opened. Operating system error code 123(The filename, directory name, or volume label...
March 30, 2015 at 3:59 am
Read Jeff's post again
Jeff Moden (3/23/2015)
March 30, 2015 at 3:40 am
Koen Verbeeck (3/30/2015)
Such a bad habit to start a CTE with
;WITHI hate it 😀
.This .It's a statement terminator .It has no place at the beginning of statements .I can't imagine...
March 30, 2015 at 3:07 am
I'd recommend restoring from a clean backup.
Since Sharepoint keeps the site structure as data, any repairs may leave the site unusable. Rather restore from a backup which was taken before...
March 30, 2015 at 2:59 am
It's not a migration. It's not a 'alter table set in-memory'. You create new tables which are in-memory and you copy the data from the old tables to the new...
March 30, 2015 at 2:57 am
Viewing 15 posts - 6,316 through 6,330 (of 49,571 total)